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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ python pyinstaller.py
34
34
35
35
**Note on PyInstaller's bootloader being flagged by Anti-virus software**
36
36
37
-
PyInstaller's bootloader for Windows (runw.exe) has [12/67 false-positives](https://www.virustotal.com/#/file/798b3c1cd233c4c025af7445718176bdb46014e3ceb25ef12df41a6a25af2fc5/detection)
37
+
PyInstaller's bootloader for Windows (runw.exe as of version 3.3) has [12/67 false-positives](https://www.virustotal.com/#/file/798b3c1cd233c4c025af7445718176bdb46014e3ceb25ef12df41a6a25af2fc5/detection)
38
38
reported by Anti-virus software when scanning with virustotal.com and the maintainers of
39
39
PyInstaller have no plans to fix that, see https://github.com/pyinstaller/pyinstaller/issues/2501
40
40
for details. If this is a problem for you then you might consider using py2exe or cx_Freeze
0 commit comments