From 489f2f847d6edc204eec91aa81c94d9510c15fc0 Mon Sep 17 00:00:00 2001 From: drelich Date: Tue, 17 Mar 2026 00:29:39 +0100 Subject: [PATCH] Update app name to 'Nextcloud Notes' - Changed productName from 'nextcloud-notes-tauri' to 'Nextcloud Notes' - Updated identifier to 'com.davidrelich.nextcloud-notes' - App will now show as 'Nextcloud Notes' in macOS Applications - DMG and .app bundle will use proper name --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 141eac0..3c7d1d9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,8 +1,8 @@ { "$schema": "https://schema.tauri.app/config/2", - "productName": "nextcloud-notes-tauri", + "productName": "Nextcloud Notes", "version": "0.1.0", - "identifier": "com.davidrelich.nextcloud-notes-tauri", + "identifier": "com.davidrelich.nextcloud-notes", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420",