Files
Fractured/tools/fractured-launcher-electron/lib/baked-gitea-channel.js
T
Docker Build 295cb6df52 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 <cursoragent@cursor.com>
2026-05-12 21:39:33 -05:00

17 lines
527 B
JavaScript

'use strict';
/**
* 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 = {
base_url: 'https://git.hisora.dev',
owner: 'Dawnsorrow',
repo: 'Fractured-Distro',
release_tag: 'latest',
};