We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cb4ad commit fafca9aCopy full SHA for fafca9a
1 file changed
src/utils/updater.py
@@ -260,4 +260,7 @@ def build_mac(self: Self):
260
])
261
262
logger.log(f"macOS application build complete")
263
+ run([
264
+ "open", "/Applications/GraphScript.app",
265
+ ])
266
0 commit comments