mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Copy apps to Steam folder in make file
This commit is contained in:
parent
8832eb463c
commit
cd6b77ac8f
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ m4 patches/mac/JournalInfo.plist.in -DONESHOTMACVERSION=$mac_version > _______.a
|
||||||
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"
|
||||||
|
|
||||||
|
echo "-> ${cyan}Install OneShot apps to Steam directory...${color_reset}"
|
||||||
|
cp -rf "./OneShot.app" "$ONESHOT_PATH"
|
||||||
|
cp -rf "./_______.app" "$ONESHOT_PATH"
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
echo "-> ${cyan}Cleanup files...${color_reset}"
|
echo "-> ${cyan}Cleanup files...${color_reset}"
|
||||||
# make clean
|
# make clean
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue