feat: update to tauri 2.0.0-alpha.9 (#372)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-18 11:39:46 -03:00
committed by GitHub
parent 717ae67097
commit 3c9771e287
36 changed files with 163 additions and 288 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import { relaunch, exit } from "@tauri-apps/plugin-process";
let version = "1.0.0";
let tauriversion = "1.0.0";
let tauriVersion = "1.0.0";
let appName = "Unknown";
getName().then((n) => {