Ref building for desktop

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-11 15:06:43 -03:00
commit 946591ca7e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 23 additions and 97 deletions

View file

@ -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"