aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSahebjot singh2019-06-18 04:44:57 +0530
committerGitHub2019-06-18 04:44:57 +0530
commitad0c3762b269c98874404a05ff04f29b6e23aa0e (patch)
tree4f473d0653f0120d117b161f2eca9e08b8ff4c05 /README.md
parent26d5b920200dbc1869c4bfde4571497082f83caa (diff)
downloadsystray-ad0c3762b269c98874404a05ff04f29b6e23aa0e.tar.bz2
Fix application path for MacOS in README
App does not work with MacOS and Resources folder outside Contents.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1242372..be16646 100644
--- a/README.md
+++ b/README.md
@@ -64,10 +64,10 @@ On macOS, you will need to create an application bundle to wrap the binary; simp
SystrayApp.app/
Contents/
Info.plist
- MacOS/
- go-executable
- Resources/
- SystrayApp.icns
+ MacOS/
+ go-executable
+ Resources/
+ SystrayApp.icns
```
Consult the [Official Apple Documentation here](https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW1).