From 1049eb3c076fb8ba0714b62ca0e0ecdb8e10a07b Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Fri, 27 Feb 2026 03:28:52 +0100 Subject: [PATCH] Fix Electron release metadata and bump version to 1.1.10 --- package.json | 3 +-- src/main/constants.ts | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8cebb53..8d957d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "real-debrid-downloader", - "version": "1.1.9", + "version": "1.1.10", "description": "Real-Debrid Downloader Desktop (Electron + React + TypeScript)", "main": "build/main/main/main.js", "author": "Sucukdeluxe", @@ -45,7 +45,6 @@ "build": { "appId": "com.sucukdeluxe.realdebrid", "productName": "Real-Debrid-Downloader", - "artifactName": "${productName}-${version}-${arch}-${target}.${ext}", "directories": { "buildResources": "assets", "output": "release" diff --git a/src/main/constants.ts b/src/main/constants.ts index acc5577..1b1292a 100644 --- a/src/main/constants.ts +++ b/src/main/constants.ts @@ -3,7 +3,7 @@ import os from "node:os"; import { AppSettings } from "../shared/types"; export const APP_NAME = "Real-Debrid Download Manager"; -export const APP_VERSION = "1.1.9"; +export const APP_VERSION = "1.1.10"; export const API_BASE_URL = "https://api.real-debrid.com/rest/1.0"; export const DCRYPT_UPLOAD_URL = "https://dcrypt.it/decrypt/upload";