mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Copy xScripts.rxdata from Steam folder to repo folder
This makes for somewhat easier packaging and release.
This commit is contained in:
parent
beb0d3fb3c
commit
386189e032
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ m4 patches/mac/JournalInfo.plist.in -DONESHOTMACVERSION=$mac_version > _______.a
|
||||||
# Compile scripts
|
# Compile scripts
|
||||||
echo "-> ${cyan}Compile xScripts.rxdata...${color_reset}"
|
echo "-> ${cyan}Compile xScripts.rxdata...${color_reset}"
|
||||||
ruby rpgscript.rb ./scripts "$ONESHOT_PATH"
|
ruby rpgscript.rb ./scripts "$ONESHOT_PATH"
|
||||||
|
cp "$ONESHOT_PATH/Data/xScripts.rxdata" .
|
||||||
|
|
||||||
echo "-> ${cyan}Install OneShot apps to Steam directory...${color_reset}"
|
echo "-> ${cyan}Install OneShot apps to Steam directory...${color_reset}"
|
||||||
cp -rf "./OneShot.app" "$ONESHOT_PATH"
|
cp -rf "./OneShot.app" "$ONESHOT_PATH"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue