real-debrid-downloader/build_exe.ps1
Sucukdeluxe 2302be6621
Some checks are pending
Build and Release / build (push) Waiting to run
Add Real-Debrid GUI downloader with parallel download and auto-update support
2026-02-26 23:09:15 +01:00

7 lines
259 B
PowerShell

python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyinstaller
pyinstaller --noconfirm --onefile --windowed --name "Real-Debrid-Downloader" real_debrid_downloader_gui.py
Write-Host "Build fertig: dist/Real-Debrid-Downloader.exe"