We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6ed01 commit a5bc5e2Copy full SHA for a5bc5e2
2 files changed
scripts/code.sh
@@ -11,7 +11,7 @@ function code() {
11
cd $ROOT
12
13
if [[ "$OSTYPE" == "darwin"* ]]; then
14
- NAME=`node -p "require('./product.json').nameShort"`
+ NAME=`node -p "require('./product.json').nameLong"`
15
CODE="./.build/electron/$NAME.app/Contents/MacOS/Electron"
16
else
17
NAME=`node -p "require('./product.json').applicationName"`
scripts/test.sh
@@ -11,7 +11,7 @@ fi
0 commit comments