diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9e22814..3edcf79 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": "Magnotia", + "productName": "Lumotia", "version": "0.1.0", - "identifier": "uk.co.corbel.magnotia", + "identifier": "consulting.corbel.lumotia", "build": { "beforeDevCommand": "npm run dev:frontend", "devUrl": "http://localhost:1420", @@ -12,7 +12,7 @@ "app": { "windows": [ { - "title": "Magnotia", + "title": "Lumotia", "width": 1020, "height": 720, "minWidth": 960,