support tauri-v2

This commit is contained in:
sr7
2024-09-24 18:38:12 +08:00
parent 23f2b6213c
commit 87c5b72ea2
11 changed files with 15450 additions and 2792 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 {