From ca8fdc00684175171f5c6add4d07720fb777f6b8 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sat, 1 Nov 2025 17:20:35 -0300 Subject: [PATCH] unique identifier --- examples/commands/tauri.conf.json | 2 +- examples/helloworld/tauri.conf.json | 2 +- examples/isolation/tauri.conf.json | 2 +- examples/multiwebview/tauri.conf.json | 2 +- examples/multiwindow/tauri.conf.json | 2 +- examples/run-return/tauri.conf.json | 2 +- examples/splashscreen/tauri.conf.json | 2 +- examples/state/tauri.conf.json | 2 +- examples/streaming/tauri.conf.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/commands/tauri.conf.json b/examples/commands/tauri.conf.json index b2a351e72..16ddac3dc 100644 --- a/examples/commands/tauri.conf.json +++ b/examples/commands/tauri.conf.json @@ -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"] }, diff --git a/examples/helloworld/tauri.conf.json b/examples/helloworld/tauri.conf.json index 5b6d19585..ef823497a 100644 --- a/examples/helloworld/tauri.conf.json +++ b/examples/helloworld/tauri.conf.json @@ -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"] }, diff --git a/examples/isolation/tauri.conf.json b/examples/isolation/tauri.conf.json index c10453a68..80d6cd35f 100644 --- a/examples/isolation/tauri.conf.json +++ b/examples/isolation/tauri.conf.json @@ -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": "", diff --git a/examples/multiwebview/tauri.conf.json b/examples/multiwebview/tauri.conf.json index c6a790739..93691c35e 100644 --- a/examples/multiwebview/tauri.conf.json +++ b/examples/multiwebview/tauri.conf.json @@ -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"] diff --git a/examples/multiwindow/tauri.conf.json b/examples/multiwindow/tauri.conf.json index 37eef156e..dfb3f975d 100644 --- a/examples/multiwindow/tauri.conf.json +++ b/examples/multiwindow/tauri.conf.json @@ -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"] }, diff --git a/examples/run-return/tauri.conf.json b/examples/run-return/tauri.conf.json index fb3eaf94d..5744c7fec 100644 --- a/examples/run-return/tauri.conf.json +++ b/examples/run-return/tauri.conf.json @@ -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"] }, diff --git a/examples/splashscreen/tauri.conf.json b/examples/splashscreen/tauri.conf.json index 1f3348fde..42e06056a 100644 --- a/examples/splashscreen/tauri.conf.json +++ b/examples/splashscreen/tauri.conf.json @@ -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" }, diff --git a/examples/state/tauri.conf.json b/examples/state/tauri.conf.json index e0395a6be..e68d97c52 100644 --- a/examples/state/tauri.conf.json +++ b/examples/state/tauri.conf.json @@ -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"] }, diff --git a/examples/streaming/tauri.conf.json b/examples/streaming/tauri.conf.json index 7797608e6..46d98e362 100644 --- a/examples/streaming/tauri.conf.json +++ b/examples/streaming/tauri.conf.json @@ -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"] },