add static icon, move icons to static folder

This commit is contained in:
Guillermo Rauch 2016-07-04 19:45:12 -07:00
parent b79b34094f
commit 35d048e62b
3 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,7 @@ npm run build
cd - cd -
cp app/index.html build/ cp app/index.html build/
cp -r app/dist 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/ rm -rf ./build/
npm install bestzip@1.1.2 npm install bestzip@1.1.2
cd dist/HyperTerm-darwin-x64/ cd dist/HyperTerm-darwin-x64/

BIN
static/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB