diff --git a/source/DungeonRandomizer.spec b/source/DungeonRandomizer.spec index 6eb6205a..438cf7ae 100644 --- a/source/DungeonRandomizer.spec +++ b/source/DungeonRandomizer.spec @@ -3,7 +3,7 @@ import sys block_cipher = None -console = False # <--- change this to True to enable command prompt when the app runs +console = True # <--- change this to True to enable command prompt when the app runs if sys.platform.find("mac") or sys.platform.find("osx"): console = False diff --git a/source/Gui.spec b/source/Gui.spec index 59b2b4c1..18d2fd82 100644 --- a/source/Gui.spec +++ b/source/Gui.spec @@ -3,7 +3,7 @@ import sys block_cipher = None -console = False # <--- change this to True to enable command prompt when the app runs +console = True # <--- change this to True to enable command prompt when the app runs if sys.platform.find("mac") or sys.platform.find("osx"): console = False