You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/pyinstaller/README-pyinstaller.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,14 @@ and type:
32
32
python pyinstaller.py
33
33
```
34
34
35
+
**Note on PyInstaller's bootloader being flagged by Anti-virus software**
36
+
37
+
PyInstaller's bootloader for Windows (runw.exe) has [12/67 false-positives](https://www.virustotal.com/#/file/798b3c1cd233c4c025af7445718176bdb46014e3ceb25ef12df41a6a25af2fc5/detection)
38
+
reported by Anti-virus software when scanning with virustotal.com and the maintainers of
39
+
PyInstaller have no plans to fix that, see https://github.com/pyinstaller/pyinstaller/issues/2501
40
+
for details. If this is a problem for you then you might consider using py2exe or cx_Freeze
41
+
packagers instead, however there are no official examples for these available.
0 commit comments