mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-23 14:38:21 -05:00
Fix binary creation
This commit is contained in:
parent
f26324d4f5
commit
de39d669ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user