Skip to content

Commit a5bc5e2

Browse files
committed
damn it
1 parent 7f6ed01 commit a5bc5e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function code() {
1111
cd $ROOT
1212

1313
if [[ "$OSTYPE" == "darwin"* ]]; then
14-
NAME=`node -p "require('./product.json').nameShort"`
14+
NAME=`node -p "require('./product.json').nameLong"`
1515
CODE="./.build/electron/$NAME.app/Contents/MacOS/Electron"
1616
else
1717
NAME=`node -p "require('./product.json').applicationName"`

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
cd $ROOT
1212

1313
if [[ "$OSTYPE" == "darwin"* ]]; then
14-
NAME=`node -p "require('./product.json').nameShort"`
14+
NAME=`node -p "require('./product.json').nameLong"`
1515
CODE="./.build/electron/$NAME.app/Contents/MacOS/Electron"
1616
else
1717
NAME=`node -p "require('./product.json').applicationName"`

0 commit comments

Comments
 (0)