We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fd6a4 commit c04170eCopy full SHA for c04170e
script/build_bootloader.ps1
@@ -1,7 +1,7 @@
1
# build bootloaders
2
# to fix the virus false detection e.g. https://www.virustotal.com/gui/file/a2e8d8287f53e1691e44352b7fbc93038b36ad677d1faacfc1aa875de92af5a6
3
python3 -m pip uninstall -y pyinstaller
4
-git clone --depth=1 --branch v5.12.0 https://github.com/pyinstaller/pyinstaller.git pyinstaller_git
+git clone --depth=1 --branch v6.15.0 https://github.com/pyinstaller/pyinstaller.git pyinstaller_git
5
cd pyinstaller_git/bootloader # pwd: ./pyinstaller_git/bootloader
6
python3 ./waf all
7
git diff
0 commit comments