This commit is contained in:
Guillermo Rauch 2016-07-01 18:17:51 -07:00
parent 624b7c3992
commit db91906a4c

View file

@ -18,3 +18,5 @@ cp app/index.html 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
rm -rf ./build/
npm install bestzip@1.1.2
bestzip dist/hyperterm-macos-x64-$VERSION.zip dist/HyperTerm-darwin-x64