Yidadaa hai 1 ano
pai
achega
0ec4cc223f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {