Merge pull request #3652 from matiu/feat/case-builder-osx

update osx builder
This commit is contained in:
Matias Alejo Garcia 2015-12-10 17:56:25 -03:00
commit 4721da92cf
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ if [ -d "$dir" ]; then
fi
# set up your app name, architecture, and background image file name
APP_NAME="copay"
APP_NAME="Copay"
ARCH="$1"
DMG_BACKGROUND_IMG="Background.png"
PATH_NAME="copay/$1/"
PATH_NAME="Copay/$1/"
# you should not need to change these
APP_EXE="${PATH_NAME}${APP_NAME}.app/Contents/MacOS/nwjs"