Migrate from node-webkit to NW.js.
[pwl6.git] / tools / nw-linux-wrapper
index e195611..9e229f8 100755 (executable)
@@ -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