1
0
Fork 0
mirror of synced 2024-06-23 08:40:45 +12:00

Immediately stop helper after launching an origin game to avoid zombie processes

This commit is contained in:
Dummerle 2022-06-18 23:55:35 +02:00
parent 37ae6e2b6e
commit d288ed3b78

View file

@ -128,6 +128,7 @@ class GameProcessHelper(QObject):
if args.is_origin_game:
QDesktopServices.openUrl(QUrl(args.executable))
self.stop() # stop because it is no subprocess
return
if args.cwd: