how to recompile the bootloader of Pyinstaller

前端 未结 2 1287
深忆病人
深忆病人 2020-12-09 20:07

I have an AntiVirus false positive problem of my exe file generated using PyInstaller, by searching i found this answer witch consist of recompiling the bootloa

2条回答
  •  眼角桃花
    2020-12-09 20:26

    The bootloader source is not installed if you are using pip install …. You need to use a source package of PyInstaller (either a git clone or download an archive from github).

    GitHub - Bootloader Issue

    PyInstaller GitHub

提交回复
热议问题