Update tauri configuration with identifier
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user