From e77c7bce4a4818f5b9c85aa9b76f5de1f9c333ed Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Thu, 3 May 2018 02:07:02 -0700 Subject: [PATCH] Fix install script --- install.command | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.command b/install.command index bf60cc3..ca9e378 100755 --- a/install.command +++ b/install.command @@ -22,7 +22,8 @@ rm -rf "$ONESHOT_PATH/*.exe" rm -rf "$ONESHOT_PATH/*.dll" 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" rm -f /tmp/oneshot-pipe # Important for pre-release version cleanup