From a5bc5e2ee650e4971bf7f9eaa3cb4c65f345eba5 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 9 Aug 2016 17:56:05 +0200 Subject: [PATCH] damn it --- scripts/code.sh | 2 +- scripts/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/code.sh b/scripts/code.sh index 33b084826ad..f88b7bb91a2 100755 --- a/scripts/code.sh +++ b/scripts/code.sh @@ -11,7 +11,7 @@ function code() { cd $ROOT if [[ "$OSTYPE" == "darwin"* ]]; then - NAME=`node -p "require('./product.json').nameShort"` + NAME=`node -p "require('./product.json').nameLong"` CODE="./.build/electron/$NAME.app/Contents/MacOS/Electron" else NAME=`node -p "require('./product.json').applicationName"` diff --git a/scripts/test.sh b/scripts/test.sh index 1d98a613577..fb2b2552cae 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -11,7 +11,7 @@ fi cd $ROOT if [[ "$OSTYPE" == "darwin"* ]]; then - NAME=`node -p "require('./product.json').nameShort"` + NAME=`node -p "require('./product.json').nameLong"` CODE="./.build/electron/$NAME.app/Contents/MacOS/Electron" else NAME=`node -p "require('./product.json').applicationName"`