7028258084
- inject-release-channel.js merges GITEA_* (or fractured-release-channel.json) into default-launcher.json before electron-builder. - CI passes existing GITEA_BASE_URL/OWNER/REPO secrets into the Windows pack job. - npm run pack:win/publish:win run the injector; workflows use npm run pack:win. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
102 B
JSON
9 lines
102 B
JSON
{
|
|
"gitea": {
|
|
"base_url": "",
|
|
"owner": "",
|
|
"repo": "",
|
|
"release_tag": "latest"
|
|
}
|
|
}
|