mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-06-29 00:29:43 -04:00
Fix binary creation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user