Skip to content

Commit 9d347ea

Browse files
committed
Reduced Restart Delay
1 parent 0530b4f commit 9d347ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def build_mac(self: Self):
263263
Popen([
264264
"/bin/bash",
265265
"-c",
266-
"sleep 2 && open /Applications/GraphScript.app"
266+
"sleep 1 && open /Applications/GraphScript.app"
267267
])
268268

269269
logger.log(f"macOS application launched successfully")

0 commit comments

Comments
 (0)