We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac2a8f commit 4b8db34Copy full SHA for 4b8db34
file-sharing/vite.config.ts
@@ -8,7 +8,7 @@ import VueDevTools from "vite-plugin-vue-devtools";
8
import manifest from "../manifest.json";
9
10
const getAppVersionDefine = () => {
11
- return `${manifest.version}-${manifest.buildVersion}${process.env.OS_PACKAGE_RELEASE ?? "built_from_source"}`;
+ return `${manifest.version}-${manifest.build_number}${process.env.OS_PACKAGE_RELEASE ?? "built_from_source"}`;
12
};
13
14
// https://vitejs.dev/config/
0 commit comments