mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-01-07 20:18:21 -05:00
Merge branch 'master' into suppress-forgejo
This commit is contained in:
commit
117fe9f9a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user