v3.7.0: Fix GitHub auto-update artifact naming

- Use consistent artifact name with dashes for GitHub releases

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
xRangerDE 2026-02-04 15:42:10 +01:00
parent a69fc92599
commit 180ff12bf2
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "3.6.9", "version": "3.7.0",
"description": "Twitch VOD Manager - Download Twitch VODs easily", "description": "Twitch VOD Manager - Download Twitch VODs easily",
"main": "dist/main.js", "main": "dist/main.js",
"author": "xRangerDE", "author": "xRangerDE",
@ -30,7 +30,8 @@
}, },
"win": { "win": {
"target": "nsis", "target": "nsis",
"signAndEditExecutable": false "signAndEditExecutable": false,
"artifactName": "Twitch-VOD-Manager-Setup-${version}.${ext}"
}, },
"nsis": { "nsis": {
"oneClick": false, "oneClick": false,

View File

@ -8,7 +8,7 @@ import { autoUpdater } from 'electron-updater';
// ========================================== // ==========================================
// CONFIG & CONSTANTS // CONFIG & CONSTANTS
// ========================================== // ==========================================
const APP_VERSION = '3.6.9'; const APP_VERSION = '3.7.0';
const UPDATE_CHECK_URL = 'http://24-music.de/version.json'; const UPDATE_CHECK_URL = 'http://24-music.de/version.json';
// Paths // Paths