Skip to content

v0.9.2

Choose a tag to compare

@magifd2 magifd2 released this 02 Aug 00:27

The CLI is now actually reachable. The README described zip-porter pack … while the executable sat inside the app bundle with nothing on PATH — the documented commands could not be run as written.

The cask now symlinks it, so installing gives you both the app and the command:

brew install --cask nlink-jp/tap/zip-porter
zip-porter --version

If you install the .app by hand, link it yourself:

ln -s "/Applications/ZipPorter.app/Contents/MacOS/ZipPorter" /usr/local/bin/zip-porter

Both READMEs now say this up front. The shared org cask template gained an optional binary stanza, so other GUI apps with an embedded CLI can do the same.