This commit is contained in:
Yidadaa 2023-06-30 02:35:40 +08:00
parent 60c7be31b6
commit 0ec4cc223f

View File

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