diff --git a/mac-launcher.applescript b/mac/mac-launcher.applescript similarity index 90% rename from mac-launcher.applescript rename to mac/mac-launcher.applescript index e8573a9..9e43aa8 100644 --- a/mac-launcher.applescript +++ b/mac/mac-launcher.applescript @@ -32,5 +32,5 @@ set gameFolder to choose folder with prompt "Choose your game and press enter:" set gameFolder to convertPathToPOSIXString(gameFolder) set gameFolder to quoted form of gameFolder set gameName to do shell script ("basename " & gameFolder) -do shell script "/usr/local/bin/bash -l " & currentPath & "audiogame-manager.sh -l " & gameName & " &> /dev/null &" +do shell script "/usr/local/bin/bash -l " & currentPath & "../audiogame-manager.sh -l " & gameName & " &> /dev/null &" do shell script "say -v alex Launching " & gameName & ", please wait..." \ No newline at end of file