Update app icon and bump version to 1.0.7
Build and Release / build (push) Has been cancelled

This commit is contained in:
Sucukdeluxe
2026-02-26 23:45:56 +01:00
parent bc04880650
commit 73d1c0c66a
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ API_BASE_URL = "https://api.real-debrid.com/rest/1.0"
CONFIG_FILE = Path(__file__).with_name("rd_downloader_config.json")
CHUNK_SIZE = 1024 * 512
APP_NAME = "Real-Debrid Downloader GUI"
APP_VERSION = "1.0.6"
APP_VERSION = "1.0.7"
DEFAULT_UPDATE_REPO = "Sucukdeluxe/real-debrid-downloader"
DEFAULT_RELEASE_ASSET = "Real-Debrid-Downloader-win64.zip"
REQUEST_RETRIES = 3