Skip to content

Commit fafca9a

Browse files
committed
Launch GraphScript automatically after updating
1 parent 83cb4ad commit fafca9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/updater.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,7 @@ def build_mac(self: Self):
260260
])
261261

262262
logger.log(f"macOS application build complete")
263+
run([
264+
"open", "/Applications/GraphScript.app",
265+
])
263266

0 commit comments

Comments
 (0)