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
This commit is contained in:
drelich
2026-03-17 00:29:39 +01:00
parent c7f314d632
commit 489f2f847d

View File

@@ -1,8 +1,8 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "nextcloud-notes-tauri", "productName": "Nextcloud Notes",
"version": "0.1.0", "version": "0.1.0",
"identifier": "com.davidrelich.nextcloud-notes-tauri", "identifier": "com.davidrelich.nextcloud-notes",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420", "devUrl": "http://localhost:1420",