https://github.com/akx/appify
Easily wrap a regular binary into a macOS .app bundle.
https://github.com/akx/appify
app bundle macos plist
Last synced: 4 months ago
JSON representation
Easily wrap a regular binary into a macOS .app bundle.
- Host: GitHub
- URL: https://github.com/akx/appify
- Owner: akx
- License: mit
- Created: 2020-02-15T12:20:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T13:52:16.000Z (over 5 years ago)
- Last Synced: 2025-04-06T13:36:19.749Z (6 months ago)
- Topics: app, bundle, macos, plist
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Appify
======Easily wrap a regular binary into a macOS .app bundle.
Features:
* Takes care of bundling all .dylibs (recursively)
* Wrangles a PNG icon into an ICNSNB: Only works on an actual Mac machine!
Usage
-----E.g.
```
python -m appify \
--executable ../paulstretch/bin/paulstretch \
--bundle ./Paulstretch.app \
--icon-png ../paulstretch/icon/icon.png
```