Add Real-Debrid GUI downloader with parallel download and auto-update support
Build and Release / build (push) Has been cancelled

This commit is contained in:
Sucukdeluxe
2026-02-26 23:09:15 +01:00
commit 2302be6621
6 changed files with 1539 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
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"