[build] py2exe: Migrate to freeze API (#5149)

Closes #5135
Authored by: SG5, pukkandan
This commit is contained in:
Sergey
2022-11-09 19:24:14 -08:00
committed by GitHub
parent 4dc23a8051
commit dc3028d233
2 changed files with 71 additions and 56 deletions

View File

@@ -194,7 +194,7 @@ jobs:
python-version: '3.8'
- name: Install Requirements
run: | # Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds
python -m pip install --upgrade pip setuptools wheel "py2exe<0.12"
python -m pip install --upgrade pip setuptools wheel py2exe
pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.3-py3-none-any.whl" -r requirements.txt
- name: Prepare