fix: stop tracking latest.json — prevent deploy from resetting updater manifest

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-14 12:20:40 +09:00
parent 6b9e88ca9f
commit c0a23e4057
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -27,4 +27,5 @@ dist-desktop/
desktop/updater.key
**/.tauri/
data/mobile-releases/*.apk
frontend/public/desktop/updates/latest.json
scripts/deploy-target.local.env
@@ -1,6 +0,0 @@
{
"version": "0.1.0",
"notes": "Initial desktop release placeholder",
"pub_date": "2026-06-11T00:00:00Z",
"platforms": {}
}
@@ -0,0 +1,6 @@
{
"version": "0.0.0",
"notes": "Generated at deploy/publish — do not commit latest.json",
"pub_date": "2026-06-11T00:00:00Z",
"platforms": {}
}