upgrade to tauri v2

This commit is contained in:
04041b
2024-12-10 21:34:35 -08:00
parent 83cea3a90d
commit 027ccd2275
16 changed files with 14254 additions and 1398 deletions

View File

@@ -10,7 +10,7 @@ export const getBuildConfig = () => {
const buildMode = process.env.BUILD_MODE ?? "standalone";
const isApp = !!process.env.BUILD_APP;
const version = "v" + tauriConfig.package.version;
const version = "v" + tauriConfig.version;
const commitInfo = (() => {
try {