unique identifier

This commit is contained in:
Lucas Nogueira 2025-11-01 17:20:35 -03:00
parent 533a35ccbb
commit ca8fdc0068
No known key found for this signature in database
9 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
"$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json",
"productName": "Commands",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.tauri.commands",
"build": {
"frontendDist": ["index.html"]
},

View File

@ -2,7 +2,7 @@
"$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json",
"productName": "Hello World",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.tauri.helloworld",
"build": {
"frontendDist": ["index.html"]
},

View File

@ -2,7 +2,7 @@
"$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json",
"productName": "Isolation",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.tauri.isolation",
"build": {
"frontendDist": "dist",
"beforeDevCommand": "",

View File

@ -1,7 +1,7 @@
{
"productName": "MultiWebview",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.tauri.multiwebview",
"$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json",
"build": {
"frontendDist": ["index.html"]

View File

@ -2,7 +2,7 @@
"$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json",
"productName": "Multi Window",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.tauri.multiwindow",
"build": {
"frontendDist": ["index.html"]
},

View File

@ -2,7 +2,7 @@
"$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json",
"productName": "RunReturn",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.tauri.runreturn",
"build": {
"frontendDist": ["index.html"]
},

View File

@ -2,7 +2,7 @@
"$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json",
"productName": "Splashscreen",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.tauri.splashscreen",
"build": {
"frontendDist": "dist"
},

View File

@ -2,7 +2,7 @@
"$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json",
"productName": "State",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.tauri.state",
"build": {
"frontendDist": ["index.html"]
},

View File

@ -2,7 +2,7 @@
"$schema": "../../crates/tauri-schema-generator/schemas/config.schema.json",
"productName": "Streaming",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.tauri.streaming",
"build": {
"frontendDist": ["index.html"]
},