Record verified migration and remaining Homebrew bridge [skip ci]

This commit is contained in:
2026-09-10 09:11:42 +02:00
parent dd0bf1f634
commit ed23c910dd
+4 -3
View File
@@ -202,9 +202,10 @@ project does not currently perform Developer ID signing or notarization.
Existing installs still check the old GitHub `version*.json` URLs. Those files Existing installs still check the old GitHub `version*.json` URLs. Those files
are kept as a migration bridge advertising the first Gitea-hosted update. Keep are kept as a migration bridge advertising the first Gitea-hosted update. Keep
the GitHub repository accessible for those clients; subsequent updates use Gitea. the GitHub repository accessible for those clients; subsequent updates use Gitea.
GitHub workflows are disabled after the Gitea builds are verified. The Homebrew GitHub workflows were removed after the Gitea builds passed. Windows releases
cask downloads the latest stable macOS release from Gitea and enables app-managed remain prereleases, so `/releases/download/latest/ClaudeChecker.zip` always serves
updates. Windows releases remain prereleases and do not replace that stable URL. the stable macOS release. The Homebrew tap still points to its previous GitHub
release; that app discovers the Gitea migration update through the old feed.
Local build commands are `bash scripts/build-macos.sh` and, on Windows, Local build commands are `bash scripts/build-macos.sh` and, on Windows,
`./scripts/build-windows.ps1` with `INNO_SETUP_COMPILER` pointing to `ISCC.exe`. `./scripts/build-windows.ps1` with `INNO_SETUP_COMPILER` pointing to `ISCC.exe`.