Fix binary creation

This commit is contained in:
Kallum Jones
2022-08-09 19:00:18 +01:00
parent f26324d4f5
commit de39d669ad

View File

@ -81,7 +81,7 @@ cp -r build/flat/* "$INSTALL_DIR" || exit
# Creating executable
info "Creating executable..."
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