Copy xScripts.rxdata from Steam folder to repo folder

This makes for somewhat easier packaging and release.
This commit is contained in:
Vinyl Darkscratch 2018-05-04 01:31:52 -07:00
parent beb0d3fb3c
commit 386189e032

View file

@ -62,6 +62,7 @@ m4 patches/mac/JournalInfo.plist.in -DONESHOTMACVERSION=$mac_version > _______.a
# Compile scripts
echo "-> ${cyan}Compile xScripts.rxdata...${color_reset}"
ruby rpgscript.rb ./scripts "$ONESHOT_PATH"
cp "$ONESHOT_PATH/Data/xScripts.rxdata" .
echo "-> ${cyan}Install OneShot apps to Steam directory...${color_reset}"
cp -rf "./OneShot.app" "$ONESHOT_PATH"