mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 03:38:26 +02:00
finishing an installation will automatically stop the program
This commit is contained in:
parent
5c09270cba
commit
18cf984d86
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue