Yidadaa 1 year ago
parent
commit
0ec4cc223f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/build.ts

+ 1 - 1
app/config/build.ts

@@ -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 {