mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-04-04 15:08:36 -04:00
Compare commits
No commits in common. "117fe9f9a9620fcc613ff40b543b43ec0e513257" and "c91ad26f605b37a4ac69a2b77a7f4ea4b9614b18" have entirely different histories.
117fe9f9a9
...
c91ad26f60
@ -81,8 +81,7 @@ cp -r build/flat/* "$INSTALL_DIR" || exit
|
||||
|
||||
# Creating executable
|
||||
info "Creating executable..."
|
||||
echo "#!/bin/sh" > $BINARY_PATH || exit
|
||||
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…
x
Reference in New Issue
Block a user