mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-04-03 06:28:37 -04: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
|
# Creating executable
|
||||||
info "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
|
chmod +x $BINARY_PATH || exit
|
||||||
|
|
||||||
# Cleaning up
|
# Cleaning up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user