cortex-command-community / Cortex-Command-Legacy-Mod-Converter

MIT License
4 stars 5 forks source link

When the --noconsole flag is added to pyinstaller the Windows runw.exe is used which causes Windows virus alerts #30

Closed MyNameIsTrez closed 3 years ago

MyNameIsTrez commented 3 years ago

Expected behavior If the --noconsole flag is omitted then Windows run.exe is used instead of the Windows runw.exe, which doesn't cause Windows virus alerts.

The runw.exe file that needs to be updated can be found at C:\Users\welfj\AppData\Local\Programs\Python\Python39\Lib\site-packages\PyInstaller\bootloader\Windows-64bit on my computer.

Additional context This StackOverflow reply details how this issue can be fixed by compiling the bootloader binaries yourself: https://stackoverflow.com/a/52054580/13279557

MyNameIsTrez commented 3 years ago

Done: 2293f05