Sleep after packaging
This commit is contained in:
parent
e8e3d821fa
commit
9a45192b38
|
@ -2,8 +2,10 @@
|
||||||
|
|
||||||
./node_modules/.bin/electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/icon.icns --prune=true --out=../dist
|
./node_modules/.bin/electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/icon.icns --prune=true --out=../dist
|
||||||
#build dmg for mac install
|
#build dmg for mac install
|
||||||
|
sleep 5s
|
||||||
mkdir ../dist/installers
|
mkdir ../dist/installers
|
||||||
./node_modules/.bin/electron-installer-dmg ../dist/mcopy-darwin-x64 mcopy --out=../dist/installers --icon=assets/icons/icon.icns Path to the icon file that will be the app icon in the DMG window.
|
./node_modules/.bin/electron-installer-dmg ../dist/mcopy-darwin-x64 mcopy --out=../dist/installers --icon=assets/icons/icon.icns --overwrite
|
||||||
|
# Path to the icon file that will be the app icon in the DMG window.
|
||||||
# --icon-size=<px> How big to make the icon for the app in the DMG. [Default: `80`].
|
# --icon-size=<px> How big to make the icon for the app in the DMG. [Default: `80`].
|
||||||
# --background=<path> Path to a PNG image to use as the background of the DMG.
|
# --background=<path> Path to a PNG image to use as the background of the DMG.
|
||||||
#--overwrite Overwrite any existing DMG.
|
#--overwrite Overwrite any existing DMG.
|
Loading…
Reference in New Issue