From 18cf984d86797009dbf8f91bc9383a0b03932e5a Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Sat, 28 Aug 2021 18:51:03 +0200 Subject: [PATCH] finishing an installation will automatically stop the program --- source/Game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Game.py b/source/Game.py index 75b9580..63f7795 100644 --- a/source/Game.py +++ b/source/Game.py @@ -251,6 +251,7 @@ class Game: self.convert_to(output_format) messagebox.showinfo(self.gui.translate("End"), self.gui.translate("The mod has been installed !")) + exit() except: self.gui.log_error()