We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e841306 commit 593c880Copy full SHA for 593c880
src/installer.py
@@ -34,7 +34,7 @@ def install(installConfigs: dict[str, str]) -> None:
34
makedirs(f"{datapath}/temp", exist_ok=True)
35
36
run([
37
- "/Applications/GraphScript.app/Contents/MacOS/launcher.sh",
+ "/Applications/GraphScript.app/Contents/MacOS/launcher",
38
"--setup",
39
])
40
0 commit comments