mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
zip :)
This commit is contained in:
parent
624b7c3992
commit
db91906a4c
1 changed files with 2 additions and 0 deletions
|
|
@ -18,3 +18,5 @@ cp app/index.html build/
|
||||||
cp -r app/dist build/
|
cp -r app/dist build/
|
||||||
electron-packager ./ --platform=darwin --out=dist --arch=x64 --app-bundle-id="co.zeit.hyperterm" --app-version="$VERSION" --osx-sign --icon=icon.icns --prune --ignore=app
|
electron-packager ./ --platform=darwin --out=dist --arch=x64 --app-bundle-id="co.zeit.hyperterm" --app-version="$VERSION" --osx-sign --icon=icon.icns --prune --ignore=app
|
||||||
rm -rf ./build/
|
rm -rf ./build/
|
||||||
|
npm install bestzip@1.1.2
|
||||||
|
bestzip dist/hyperterm-macos-x64-$VERSION.zip dist/HyperTerm-darwin-x64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue