X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=tools%2Fnw-linux-wrapper;fp=tools%2Fnw-linux-wrapper;h=9e229f8d11c03ba86ba4df7b9a3c163ec8a643a2;hp=e195611135973bb3897fd1b21d494c533efa99e9;hb=2854030a3f699188676f19ba16a5400c4976f23c;hpb=9fe418a7251d2e4de5f17657ca3c62cb5d6eba9f diff --git a/tools/nw-linux-wrapper b/tools/nw-linux-wrapper index e195611..9e229f8 100755 --- a/tools/nw-linux-wrapper +++ b/tools/nw-linux-wrapper @@ -14,7 +14,7 @@ NWFLAGS="--enable-webgl --ignore-gpu-blacklist" PACKAGE="$NWDIR/package.nw" if [ ! -x "$NWBIN" ]; then - echo "node-webkit (nw) executable could not be found." >&2 + echo "NW.js (nw) executable could not be found." >&2 exit 127 fi