We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f834a commit 4d52425Copy full SHA for 4d52425
installer.py
@@ -32,7 +32,7 @@
32
if process.info['name'] == 'Discord.exe':
33
process.kill()
34
35
-# installing the latest version of discord (waiting for update.exe closing)
+# installing the latest version of discord
36
logger.info('Updating discord to latest version...')
37
38
subprocess.Popen(f'{os.path.join(LOCALAPPDATA, "Discord/Update.exe")} --processStart Discord.exe --process-start-args --start-minimized')
@@ -49,7 +49,7 @@
49
quit_from_loop = True
50
break
51
52
- time.sleep(0.5)
+ time.sleep(0.1)
53
54
if quit_from_loop:
55
0 commit comments