mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
get version dynamically
This commit is contained in:
parent
7d106e77bc
commit
3e2e02e8d7
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ npm run build
|
|||
cd -
|
||||
cp app/index.html dist/
|
||||
cp -r app/dist dist/
|
||||
electron-packager ./ --platform=darwin --out=dist --arch=x64 --app-bundle-id="co.zeit.hyperterm" --app-version="0.1.0" --osx-sign --icon=icon.icns --ignore=app
|
||||
electron-packager ./ --platform=darwin --out=dist --arch=x64 --app-bundle-id="co.zeit.hyperterm" --app-version="$VERSION" --osx-sign --icon=icon.icns --ignore=app
|
||||
|
|
|
|||
Loading…
Reference in a new issue