mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
package.sh: preserve build for local testing
This commit is contained in:
parent
3eb50ca946
commit
ce641bc0f5
1 changed files with 0 additions and 1 deletions
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Reference in a new issue