diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d88e1e2..e0afd5f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,9 +1,8 @@ { "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json", - "package": { - "productName": "Concept Maker", - "version": "0.1.0" - }, + "productName": "Concept Maker", + "version": "0.1.0", + "identifier": "com.giers.conceptmaker", "build": { "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build",