@@ -40,3 +40,12 @@ requirements\.txt
*.log
*.spec
+
+*.bat
+exe-info\.txt
+pyinstalive\.ico
+pyinstalive_win\.py
@@ -348,7 +348,6 @@ def run():
except:
pass
except Exception as e:
- print(str(e))
settings.log_to_file = 'False'
pass # Pretend nothing happened
@@ -55,6 +55,7 @@ def log(string, color):
f.close()
+ sys.stdout.flush()
def seperator(color):
if supports_color() == "No":
@@ -67,4 +68,5 @@ def seperator(color):
f.write(sep + "\n")
- pass
+ pass