1
0

build: bump pyinstaller

This commit is contained in:
SomberNight
2025-06-03 16:33:47 +00:00
parent 876a994731
commit 538fc37f03
5 changed files with 14 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
PYINSTALLER_REPO="https://github.com/pyinstaller/pyinstaller.git"
PYINSTALLER_COMMIT="5d7a0449ecea400eccbbb30d5fcef27d72f8f75d"
# ^ tag "v6.6.0"
PYINSTALLER_COMMIT="306d4d92580fea7be7ff2c89ba112cdc6f73fac1"
# ^ tag "v6.13.0"
PYTHON_VERSION=3.12.10