appify
appify copied to clipboard
Create a macOS Application from an executable (like a Go binary)
`appify` should support Windows.
i have tested my binary using terminal, it 's working perfect. console show some information: ``` Oct 23 13:05:56 Station com.apple.xpc.launchd[1] (application.Appify by Machine Box.goo.73055501.73055504[58537]): Service exited with abnormal code:...
This commit fixes the following error that might occur on case-insensitive systems: ``` case-insensitive import collision: "github.com/JackMordaunt/icns" and "github.com/jackmordaunt/icns" ```
Resolved issues regarding menu bar only options (#8) and HiDPI (#7). Updated readme to show added flag
the icon for the app does not seem to be used, MacOS still shows the default icon.
adding this to the info.plist should fix it: ``` NSHighResolutionCapable ```
Use govendor to track the revisions of dependencies.
Linux https://github.com/mh-cbon/go-bin-rpm
Currently this tool throws `exit(2)` on error. This doesn't mean anything and is a magic number. Instead this PR defines it as an error. The choice of `2` is out...
For more info: https://go.dev/doc/go-get-install-deprecation