X Tutup
Skip to content

Commit 22fb035

Browse files
authored
Update README-pyinstaller.md
1 parent e6a8ac3 commit 22fb035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pyinstaller/README-pyinstaller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python pyinstaller.py
3434

3535
**Note on PyInstaller's bootloader being flagged by Anti-virus software**
3636

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)
3838
reported by Anti-virus software when scanning with virustotal.com and the maintainers of
3939
PyInstaller have no plans to fix that, see https://github.com/pyinstaller/pyinstaller/issues/2501
4040
for details. If this is a problem for you then you might consider using py2exe or cx_Freeze

0 commit comments

Comments
 (0)
X Tutup