mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
add static icon, move icons to static folder
This commit is contained in:
parent
b79b34094f
commit
35d048e62b
3 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ npm run build
|
|||
cd -
|
||||
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
|
||||
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/
|
||||
npm install bestzip@1.1.2
|
||||
cd dist/HyperTerm-darwin-x64/
|
||||
|
|
|
|||
BIN
static/icon.png
Normal file
BIN
static/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in a new issue