web: the desktop version lives in two files, and only one was bumped
src/app.jsx carries its own SB_DESKTOP_VERSION for the compact download table; src/components/ui/DownloadApps.jsx carries DESKTOP_VERSION for the grid. Bumping one leaves the other pointing at a tag whose filenames no longer exist — the failure tests/desktop-download-links.test.mjs was written for, and which it caught here. The i18n scan also learns that these dictionaries feed two clients. The desktop client is a separate repository, so its keys can never appear in a scan of this src/ and were being reported as dead strings to delete.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"version": "1788239352576",
|
||||
"buildVersion": "1788239352576",
|
||||
"version": "1788320423892",
|
||||
"buildVersion": "1788320423892",
|
||||
"appVersion": "6.7.0",
|
||||
"buildTime": "2026-09-01T05:09:12.623Z",
|
||||
"buildId": "1788239352576-113bb10",
|
||||
"gitHash": "113bb10",
|
||||
"buildTime": "2026-09-02T03:40:23.952Z",
|
||||
"buildId": "1788320423892-8d7b41b",
|
||||
"gitHash": "8d7b41b",
|
||||
"generated": true,
|
||||
"generatedAt": "2026-09-01T05:09:12.625Z"
|
||||
"generatedAt": "2026-09-02T03:40:23.954Z"
|
||||
}
|
||||
Reference in New Issue
Block a user