Make binaries and scripts executable

This commit is contained in:
Vinyl Darkscratch 2018-02-26 00:12:27 -08:00
parent 32c1c7c102
commit a6c3a714e9
5 changed files with 2 additions and 1 deletions

0
install.command Normal file → Executable file
View file

View file

@ -6,6 +6,7 @@ cd `dirname $0`
# User-configurable variables
mac_version="0.4.1"
make_threads=8
ONESHOT_PATH=$HOME/Library/Application\ Support/Steam/steamapps/common/OneShot
# Colors
white="\033[0;37m" # White - Regular
@ -60,7 +61,7 @@ m4 patches/mac/JournalInfo.plist.in -DONESHOTMACVERSION=$mac_version > _______.a
# Compile scripts
echo "-> ${cyan}Compile xScripts.rxdata...${color_reset}"
ruby rpgscript.rb ./scripts "${steam_game_dir}"
ruby rpgscript.rb ./scripts "$ONESHOT_PATH"
# Cleanup
echo "-> ${cyan}Cleanup files...${color_reset}"

0
patches/mac/bin/convert Normal file → Executable file
View file

0
patches/mac/bin/extract-bmp Normal file → Executable file
View file

0
patches/mac/bin/upx Normal file → Executable file
View file