Fix binary creation

This commit is contained in:
Kallum Jones 2022-08-09 19:00:18 +01:00
parent f26324d4f5
commit de39d669ad
No known key found for this signature in database
GPG Key ID: D7F4589C4D7F81A9
1 changed files with 1 additions and 1 deletions

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