Merge branch 'master' into suppress-forgejo

This commit is contained in:
Kallum 2025-01-04 23:58:41 +00:00
commit 117fe9f9a9

View File

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