Skip to content

Commit c04170e

Browse files
committed
CI: upgrade pyinstaller for bootloader
1 parent 78fd6a4 commit c04170e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build_bootloader.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# build bootloaders
22
# to fix the virus false detection e.g. https://www.virustotal.com/gui/file/a2e8d8287f53e1691e44352b7fbc93038b36ad677d1faacfc1aa875de92af5a6
33
python3 -m pip uninstall -y pyinstaller
4-
git clone --depth=1 --branch v5.12.0 https://github.com/pyinstaller/pyinstaller.git pyinstaller_git
4+
git clone --depth=1 --branch v6.15.0 https://github.com/pyinstaller/pyinstaller.git pyinstaller_git
55
cd pyinstaller_git/bootloader # pwd: ./pyinstaller_git/bootloader
66
python3 ./waf all
77
git diff

0 commit comments

Comments
 (0)