rebrand: auch 'name' auf threadnet-desktop - Linux-Pakete hiessen sonst weiter Element

electron-builder leitet unterschiedliche Dinge aus zwei Feldern ab: productName
bestimmt den App-Namen (macOS .app, Windows Setup.exe), 'name' dagegen den
Linux-Paketnamen, das Binary und den /opt-Pfad. Nach dem Rebrand hiess die App
ueberall ThreadNet - ausser bei .deb und .tar.gz.

Nebenwirkung bewusst in Kauf genommen: apt sieht ein neues Paket, ein
Upgrade-Pfad von element-desktop existiert nicht. Bei einem Rebrand ist das
erwartbar; die appId bleibt unveraendert, damit lokale Daten erhalten bleiben.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj
This commit is contained in:
Thore Cimbal
2026-08-02 12:00:00 +00:00
co-authored by Claude Fable 5
parent e21a895390
commit f4995e5882
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"appId": "im.riot.app", "appId": "im.riot.app",
"name": "element-desktop", "name": "threadnet-desktop",
"productName": "ThreadNet", "productName": "ThreadNet",
"description": "ThreadNet — powered by Element", "description": "ThreadNet — powered by Element",
"protocols": ["io.element.desktop", "element"] "protocols": ["io.element.desktop", "element"]