package.sh: preserve build for local testing

This commit is contained in:
Guillermo Rauch 2016-07-08 07:41:49 -07:00
parent 3eb50ca946
commit ce641bc0f5

View file

@ -17,7 +17,6 @@ cp app/index.html build/
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 --icon=static/icon.icns --prune --ignore=app/
rm -rf ./build/
cd dist/HyperTerm-darwin-x64/
zip -r -y ../hyperterm-macos-x64-$VERSION.zip .
cd -