From c6584b909f207cf9bf6e897122a79f5b9a2365ec Mon Sep 17 00:00:00 2001 From: Fractal-Tess Date: Thu, 15 Sep 2022 20:33:56 +0300 Subject: [PATCH] config update --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 74d8818..9478f41 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,8 +7,8 @@ "distDir": "../dist" }, "package": { - "productName": "svelte-tauri-template", - "version": "0.1.0" + "productName": "svelte-tauri", + "version": "0.0.1" }, "tauri": { "allowlist": { @@ -55,7 +55,7 @@ }, "windows": [ { - "title": "Svelte-Tauri Template", + "title": "Svelte-Tauri", "width": 900, "height": 600, "fullscreen": false,