Ref building for desktop
This commit is contained in:
parent
2417ae0edd
commit
946591ca7e
6 changed files with 23 additions and 97 deletions
|
|
@ -11,14 +11,13 @@ fi
|
|||
|
||||
# set up your app name, architecture, and background image file name
|
||||
APP_NAME="Copay"
|
||||
ARCH="$1"
|
||||
DMG_BACKGROUND_IMG="Background.png"
|
||||
|
||||
PATH_NAME="Copay/$1/"
|
||||
PATH_NAME="Copay/osx64/"
|
||||
# you should not need to change these
|
||||
APP_EXE="${PATH_NAME}${APP_NAME}.app/Contents/MacOS/nwjs"
|
||||
|
||||
VOL_NAME="${APP_NAME}-${ARCH}"
|
||||
VOL_NAME="${APP_NAME}-osx"
|
||||
DMG_TMP="${VOL_NAME}-temp.dmg"
|
||||
DMG_FINAL="${VOL_NAME}.dmg"
|
||||
STAGING_DIR="tmp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue