Modified Info.plist generation to enable folder drop onto dock icon (#307)
* Added CFBundleDocumentTypes to package Info.plist generation * More precise CFBundleDocumentTypes in Info.plist
This commit is contained in:
parent
b938ad4c58
commit
c75d5dedd0
2 changed files with 35 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ cp -r app/assets build/
|
|||
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.identity="$HYPERTERM_OSX_SIGNING_IDENTITY" --icon=static/icon.icns --prune --ignore=app/
|
||||
electron-packager ./ --platform=darwin --out=dist --arch=x64 --app-bundle-id="co.zeit.hyperterm" --app-version="$VERSION" --extend-info=static/Info.plist --osx-sign.identity="$HYPERTERM_OSX_SIGNING_IDENTITY" --icon=static/icon.icns --prune --ignore=app/
|
||||
cd dist/HyperTerm-darwin-x64/
|
||||
zip -r -q -y ../hyperterm-macos-x64-$VERSION.zip .
|
||||
cd -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue