https://github.com/hajimehoshi/macapp
A software to create a minimal *.app directory
https://github.com/hajimehoshi/macapp
macos
Last synced: 4 months ago
JSON representation
A software to create a minimal *.app directory
- Host: GitHub
- URL: https://github.com/hajimehoshi/macapp
- Owner: hajimehoshi
- Created: 2017-08-12T13:40:10.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-10-20T07:00:42.000Z (9 months ago)
- Last Synced: 2025-10-20T09:00:59.364Z (9 months ago)
- Topics: macos
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Macapp is a software to create a minimal *.app directory. This is still work in progress.
# Install
```sh
go install github.com/hajimehoshi/macapp
```
# Usage
```sh
macapp -o path/to/AppName.app path/to/your/binary
```