mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Mortimer - BE QUIET! (#244)

This commit is contained in:
parent
112baec8d0
commit
d3736a36aa
1 changed files with 1 additions and 1 deletions
|
|
@ -25,5 +25,5 @@ cp -r app/dist build/
|
|||
mkdir dist
|
||||
electron-packager ./ --platform=darwin --out=dist --arch=x64 --app-bundle-id="co.zeit.hyperterm" --app-version="$VERSION" --osx-sign.identity="$HYPERTERM_OSX_SIGNING_IDENTITY" --icon=static/icon.icns --prune --ignore=app/
|
||||
cd dist/HyperTerm-darwin-x64/
|
||||
zip -r -y ../hyperterm-macos-x64-$VERSION.zip .
|
||||
zip -r -q -y ../hyperterm-macos-x64-$VERSION.zip .
|
||||
cd -
|
||||
|
|
|
|||
Loading…
Reference in a new issue