Skip to content

Commit d9755a6

Browse files
ndemiancclaude
andcommitted
fix(branding): point the product license link at HEAD, not the missing main branch
product.overlay.json set licenseUrl/serverLicenseUrl to github.com/levelcodeai/levelcode/blob/main/LICENSE, but there is no `main` branch — the default is `develop` — so the license link baked into the app's About / license metadata 404'd. Use /blob/HEAD/LICENSE: GitHub resolves HEAD to whatever the default branch is, so it works on develop today and survives a future rename to main. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent faa8eb5 commit d9755a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

branding/product.overlay.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"_syncComment": "LevelCode Sync (built-in Settings Sync + the `levelcode` auth provider from extensions/levelcode-sync) was REMOVED for now — the managed sync host isn't built and it duplicated the LevelCode Cloud sign-in. Removed at source: the levelcode-sync extension, this configurationSync.store block, and the Welcome 'Sync' step. Re-add when the managed sync host ships.",
2727

2828
"licenseName": "MIT",
29-
"licenseUrl": "https://github.com/levelcodeai/levelcode/blob/main/LICENSE",
30-
"serverLicenseUrl": "https://github.com/levelcodeai/levelcode/blob/main/LICENSE",
29+
"licenseUrl": "https://github.com/levelcodeai/levelcode/blob/HEAD/LICENSE",
30+
"serverLicenseUrl": "https://github.com/levelcodeai/levelcode/blob/HEAD/LICENSE",
3131
"reportIssueUrl": "https://github.com/levelcodeai/levelcode/issues/new",
3232
"win32ShellNameShort": "LevelCode",
3333
"crashReporter": { "companyName": "SystemU", "productName": "LevelCode" },

0 commit comments

Comments
 (0)