From d3f948d597a2c638a0c0fc83b7d21431b9b816a2 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Wed, 16 Dec 2020 10:56:54 -0900 Subject: [PATCH] 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