An open API service indexing awesome lists of open source software.

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

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
```