Yidadaa 3 years ago
parent 60c7be31b6
commit 0ec4cc223f

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

Loading…
Cancel
Save