Skip to content

Commit 593c880

Browse files
committed
Fix Path
1 parent e841306 commit 593c880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def install(installConfigs: dict[str, str]) -> None:
3434
makedirs(f"{datapath}/temp", exist_ok=True)
3535

3636
run([
37-
"/Applications/GraphScript.app/Contents/MacOS/launcher.sh",
37+
"/Applications/GraphScript.app/Contents/MacOS/launcher",
3838
"--setup",
3939
])
4040

0 commit comments

Comments
 (0)