This commit is contained in:
04041b
2025-01-12 15:08:22 +08:00
committed by GitHub
98 changed files with 27275 additions and 1861 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 {