https://github.com/hajimehoshi/macapp
A software to create a minimal *.app directory
https://github.com/hajimehoshi/macapp
macos
Last synced: 7 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T13:40:25.000Z (about 8 years ago)
- Last Synced: 2025-02-28T07:53:33.871Z (7 months ago)
- Topics: macos
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 8
- Watchers: 6
- 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
```