From a3f7505efb46e0433305da3e6e56625fe9c0e1c4 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 10 Dec 2015 17:54:56 -0300 Subject: [PATCH] update osx builder --- webkitbuilds/build-osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webkitbuilds/build-osx.sh b/webkitbuilds/build-osx.sh index d9bbecb71..d8c9123dc 100755 --- a/webkitbuilds/build-osx.sh +++ b/webkitbuilds/build-osx.sh @@ -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"