diff --git a/install.command b/install.command old mode 100644 new mode 100755 diff --git a/make-oneshot-mac.command b/make-oneshot-mac.command index dfb2591..c19aab0 100755 --- a/make-oneshot-mac.command +++ b/make-oneshot-mac.command @@ -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}" diff --git a/patches/mac/bin/convert b/patches/mac/bin/convert old mode 100644 new mode 100755 diff --git a/patches/mac/bin/extract-bmp b/patches/mac/bin/extract-bmp old mode 100644 new mode 100755 diff --git a/patches/mac/bin/upx b/patches/mac/bin/upx old mode 100644 new mode 100755