From 295cb6df525f457e8ad9f64c399a7f4853bb24b7 Mon Sep 17 00:00:00 2001 From: Docker Build Date: Tue, 12 May 2026 21:39:25 -0500 Subject: [PATCH] chore(launcher): point baked Gitea to git.hisora.dev, bump 1.0.13 Players on the old DDNS host can fetch this build from there once, then patches and launcher updates use https://git.hisora.dev (Dawnsorrow/Fractured-Distro). Co-authored-by: Cursor --- .../fractured-launcher-electron/lib/baked-gitea-channel.js | 6 ++++-- tools/fractured-launcher-electron/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/fractured-launcher-electron/lib/baked-gitea-channel.js b/tools/fractured-launcher-electron/lib/baked-gitea-channel.js index 4f338bc..91d07c0 100644 --- a/tools/fractured-launcher-electron/lib/baked-gitea-channel.js +++ b/tools/fractured-launcher-electron/lib/baked-gitea-channel.js @@ -4,10 +4,12 @@ * Production Gitea mirror (non-secret). Edit here and ship — no inject script, * no fractured-release-channel.json, no CI env needed for these fields. * Token stays in env: GITEA_TOKEN or launcher.json → gitea.token_env. + * + * Use origin only (no /releases path): API is {base_url}/api/v1/… + * Web: https://git.hisora.dev/Dawnsorrow/Fractured-Distro/releases */ module.exports = { - // http:// kept as-is; bare host gets https in gitea-release.js - base_url: 'http://brassnet.ddns.net:33983', + base_url: 'https://git.hisora.dev', owner: 'Dawnsorrow', repo: 'Fractured-Distro', release_tag: 'latest', diff --git a/tools/fractured-launcher-electron/package.json b/tools/fractured-launcher-electron/package.json index cd4faf7..effdae6 100644 --- a/tools/fractured-launcher-electron/package.json +++ b/tools/fractured-launcher-electron/package.json @@ -1,6 +1,6 @@ { "name": "fractured-launcher-electron", - "version": "1.0.12", + "version": "1.0.13", "description": "Fractured WoW launcher (Electron) — no console window, native folder picker, auto-update", "main": "main.js", "repository": {