From 8f0f8db2012a243c7cb2a3de3f3c3d2cf6d01446 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sun, 7 Jun 2026 13:13:32 -0400 Subject: [PATCH] Rename to Lotus Chat, point updater at our release manifest --- src-tauri/tauri.conf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0798a9b..504e399 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -45,15 +45,15 @@ "beforeDevCommand": "cd cinny && npm start", "devUrl": "http://localhost:8080" }, - "productName": "Cinny", + "productName": "Lotus Chat", "mainBinaryName": "cinny", "version": "4.12.2", - "identifier": "in.cinny.app", + "identifier": "org.lotusguild.lotus-chat", "plugins": { "updater": { - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE2NDc3NDBGMTAzNTk1NUYKUldSZmxUVVFEM1JIRnRuMjVRTkFOQ21lUFI5KzRMU0s4OWtBS1RNRUVCNE9LcE9GcExNZ2M2NHoK", + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM1N0Y0RThCQTJEQzY1NTkKUldSWlpkeWlpMDUvTlVjejMzN0E1U0FiaVpLK05QVkRXdWlMMm1NNUprMXAvTGZSbU5maVovNmwK", "endpoints": [ - "https://github.com/cinnyapp/cinny-desktop/releases/download/tauri/release.json" + "https://code.lotusguild.org/LotusGuild/cinny-desktop/releases/download/latest/release.json" ] } }, @@ -62,4 +62,4 @@ "csp": "default-src 'self' blob: data: filesystem: ws: wss: http: https: tauri:; script-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: filesystem: ws: wss: http: https: tauri:; style-src 'self' 'unsafe-inline' blob: data: filesystem: http: https:; img-src 'self' data: blob: filesystem: http: https:; connect-src 'self' blob: ipc: ws: wss: http: https: http://ipc.localhost" } } -} +} \ No newline at end of file