add a path changes to ensure node version correct

This commit is contained in:
Minun 2020-04-09 15:51:37 +08:00
parent 8fb138afcd
commit 7d7b111714

View File

@ -12,5 +12,6 @@ cd $APPDATA/..
export WECHAT_DEVTOOLS_DIR="$DIR/../nwjs" export WECHAT_DEVTOOLS_DIR="$DIR/../nwjs"
export APPDATA="$DIR/../nwjs" export APPDATA="$DIR/../nwjs"
export PATH="$DIR/../nwjs:$PATH"
LANG=zh_CN exec "$DIR"/../nwjs/nw "$@" --load-extension="$DIR"/../nwjs/package.nw/js/ideplugin "$@" LANG=zh_CN exec "$DIR"/../nwjs/nw "$@" --load-extension="$DIR"/../nwjs/package.nw/js/ideplugin "$@"