Escape the backticks so they aren't interpreted when outputting the runGame.sh file for Linux.

mac-build
sigonasr2 6 months ago
parent 0b84e69709
commit c0e813ca97
  1. 2
      distribute.sh

@ -24,7 +24,7 @@ rm release/*.pdb
touch release/runGame.sh touch release/runGame.sh
echo "#!/bin/bash echo "#!/bin/bash
if [ `bin/AdventuresInLestoria | wc -l` == 0 ]; then if [ \`bin/AdventuresInLestoria | wc -l\` == 0 ]; then
echo \"Failed to Load through Steam Restarting without Steam API!\" echo \"Failed to Load through Steam Restarting without Steam API!\"
bin/AdventuresInLestoria nosteam bin/AdventuresInLestoria nosteam
else else

Loading…
Cancel
Save