This commit is contained in:
Mike Klimin
2025-07-29 08:27:21 +08:00
committed by GitHub
20 changed files with 15981 additions and 1901 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 {