From c209fa92499236542c2af8c5e0b80502fa6086d0 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 16 Mar 2018 11:20:15 -0400 Subject: [PATCH] Fix build script for mac --- app/build_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build_mac.sh b/app/build_mac.sh index 2cc68a5..8c1c509 100644 --- a/app/build_mac.sh +++ b/app/build_mac.sh @@ -4,7 +4,7 @@ #build dmg for mac install sleep 5s mkdir ../dist/installers -./node_modules/.bin/electron-installer-dmg ../dist/mcopy-darwin-x64/mcopy.app mcopy --out=../dist/installers --icon=assets/icons/icon.icns --overwrite +./node_modules/.bin/electron-installer-dmg ../dist/mcopy-app-darwin-x64/mcopy-app.app mcopy-app --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= How big to make the icon for the app in the DMG. [Default: `80`]. # --background= Path to a PNG image to use as the background of the DMG.