back to ATOM_SHELL_INTERNAL_RUN_AS_NODE

This commit is contained in:
Benjamin Pasero
2016-07-08 16:12:04 +02:00
parent 5aa8cf261d
commit 0525466708
18 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ function realpath() { /usr/bin/python -c "import os,sys; print os.path.realpath(
CONTENTS="$(dirname "$(dirname "$(dirname "$(dirname "$(realpath "$0")")")")")"
ELECTRON="$CONTENTS/MacOS/Electron"
CLI="$CONTENTS/Resources/app/out/cli.js"
ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@"
ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@"
exit $?