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"