From c73f6034ddab66123bb9b1197309829f530616c8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 16 Dec 2020 14:51:34 -0500 Subject: [PATCH 1/2] Moved mac launcher to the mac directory. --- mac-launcher.applescript => mac/mac-launcher.applescript | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename mac-launcher.applescript => mac/mac-launcher.applescript (100%) diff --git a/mac-launcher.applescript b/mac/mac-launcher.applescript similarity index 100% rename from mac-launcher.applescript rename to mac/mac-launcher.applescript From d3f948d597a2c638a0c0fc83b7d21431b9b816a2 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Wed, 16 Dec 2020 10:56:54 -0900 Subject: [PATCH 2/2] Updated applescript to work from the mac folder. --- mac/mac-launcher.applescript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/mac-launcher.applescript b/mac/mac-launcher.applescript index e8573a9..9e43aa8 100644 --- a/mac/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