Yidadaa 1 năm trước cách đây
mục cha
commit
0ec4cc223f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {