]> jfr.im git - yt-dlp.git/commitdiff
[Build] Update pyinstaller
authorshirt <redacted>
Wed, 31 Aug 2022 17:12:26 +0000 (13:12 -0400)
committerGitHub <redacted>
Wed, 31 Aug 2022 17:12:26 +0000 (13:12 -0400)
.github/workflows/build.yml

index efacecd3c9b146e354c71ae36eef1fe1fda2b56a..45c5a43ccc310e1333c09bdb21521a88fa742759 100644 (file)
@@ -194,7 +194,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-5.2-py3-none-any.whl" -r requirements.txt
+          pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.3-py3-none-any.whl" -r requirements.txt
 
     - name: Prepare
       run: |
@@ -230,7 +230,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-5.2-py3-none-any.whl" -r requirements.txt
+          pip install "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-5.3-py3-none-any.whl" -r requirements.txt
 
     - name: Prepare
       run: |