From 0ec4cc223fd2657eb50fdd9aec350556449aef24 Mon Sep 17 00:00:00 2001 From: Yidadaa Date: Fri, 30 Jun 2023 02:35:40 +0800 Subject: [PATCH] fixup --- app/config/build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/build.ts b/app/config/build.ts index 20237b5..7a93ad0 100644 --- a/app/config/build.ts +++ b/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 {