Improved dep check for windows exe version and further fixes for windows exe

This commit is contained in:
Ozzie Fernandez Isaacs
2024-11-18 18:00:19 +01:00
parent f9cfb38ad3
commit 92fbc9c792
5 changed files with 22 additions and 23 deletions

2
cps.py
View File

@@ -43,7 +43,7 @@ def hide_console_windows():
if __name__ == '__main__':
if os.name == "nt":
hide_console_windows()
pass # hide_console_windows()
main()