mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Fix install script
This commit is contained in:
parent
4da276e2bb
commit
e77c7bce4a
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ rm -rf "$ONESHOT_PATH/*.exe"
|
||||||
rm -rf "$ONESHOT_PATH/*.dll"
|
rm -rf "$ONESHOT_PATH/*.dll"
|
||||||
|
|
||||||
echo "-> ${cyan}Install OneShot apps to Steam directory...${color_reset}"
|
echo "-> ${cyan}Install OneShot apps to Steam directory...${color_reset}"
|
||||||
cp -rf "./*" "$ONESHOT_PATH"
|
cp -rf "." "$ONESHOT_PATH"
|
||||||
|
rm -f "$ONESHOT_PATH/install.command"
|
||||||
ln -sfh "$ONESHOT_PATH/OneShot.app" "$HOME/Applications/OneShot.app"
|
ln -sfh "$ONESHOT_PATH/OneShot.app" "$HOME/Applications/OneShot.app"
|
||||||
|
|
||||||
rm -f /tmp/oneshot-pipe # Important for pre-release version cleanup
|
rm -f /tmp/oneshot-pipe # Important for pre-release version cleanup
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue