finishing an installation will automatically stop the program

This commit is contained in:
raphael60650 2021-08-28 18:51:03 +02:00
parent 5c09270cba
commit 18cf984d86

View file

@ -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()