diff options
| author | joesis | 2019-06-17 17:46:38 -0700 |
|---|---|---|
| committer | GitHub | 2019-06-17 17:46:38 -0700 |
| commit | 3d7db9f66352b8bbe4901f61526b9015ce50aaa0 (patch) | |
| tree | 4f473d0653f0120d117b161f2eca9e08b8ff4c05 | |
| parent | 26d5b920200dbc1869c4bfde4571497082f83caa (diff) | |
| parent | ad0c3762b269c98874404a05ff04f29b6e23aa0e (diff) | |
| download | systray-3d7db9f66352b8bbe4901f61526b9015ce50aaa0.tar.bz2 | |
Merge pull request #91 from raunaqrox/patch-1
Fix application path for MacOS in README
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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). |
