]> jfr.im git - yt-dlp.git/commitdiff
[build] Update pyinstaller
authorshirt <redacted>
Mon, 18 Jul 2022 01:24:23 +0000 (21:24 -0400)
committerGitHub <redacted>
Mon, 18 Jul 2022 01:24:23 +0000 (21:24 -0400)
.github/workflows/build.yml

index 9ac05f0c1fc1aca5223710dfcbd02c0f14e351ad..4c87f38ebd498b7faa9ea526fd0d28a125344149 100644 (file)
@@ -310,7 +310,7 @@ jobs:
     - name: Install Requirements
       run: |  # Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds
           python -m pip install --upgrade pip setuptools wheel py2exe
-          pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-4.10-py3-none-any.whl" -r requirements.txt
+          pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.2-py3-none-any.whl" -r requirements.txt
 
     - name: Prepare
       run: |
@@ -378,7 +378,7 @@ jobs:
     - name: Install Requirements
       run: |
           python -m pip install --upgrade pip setuptools wheel
-          pip install "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-4.10-py3-none-any.whl" -r requirements.txt
+          pip install "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-5.2-py3-none-any.whl" -r requirements.txt
 
     - name: Prepare
       run: |