Compare commits

..

No commits in common. "117fe9f9a9620fcc613ff40b543b43ec0e513257" and "c91ad26f605b37a4ac69a2b77a7f4ea4b9614b18" have entirely different histories.

View File

@ -81,8 +81,7 @@ cp -r build/flat/* "$INSTALL_DIR" || exit
# Creating executable
info "Creating executable..."
echo "#!/bin/sh" > $BINARY_PATH || exit
echo "node $INSTALL_DIR/index.js \$@" >> $BINARY_PATH || exit
echo "node $INSTALL_DIR/index.js \$@" > $BINARY_PATH || exit
chmod +x $BINARY_PATH || exit
# Cleaning up