mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:57:16 +00:00
unique identifier
This commit is contained in:
parent
533a35ccbb
commit
ca8fdc0068
@ -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"]
|
||||
},
|
||||
|
||||
@ -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"]
|
||||
},
|
||||
|
||||
@ -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": "",
|
||||
|
||||
@ -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"]
|
||||
|
||||
@ -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"]
|
||||
},
|
||||
|
||||
@ -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"]
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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"]
|
||||
},
|
||||
|
||||
@ -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"]
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user