Skip to content

Commit 4b8db34

Browse files
committed
replace buildVersion with build_number to adhere to build v2 workflow
1 parent bac2a8f commit 4b8db34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-sharing/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import VueDevTools from "vite-plugin-vue-devtools";
88
import manifest from "../manifest.json";
99

1010
const getAppVersionDefine = () => {
11-
return `${manifest.version}-${manifest.buildVersion}${process.env.OS_PACKAGE_RELEASE ?? "built_from_source"}`;
11+
return `${manifest.version}-${manifest.build_number}${process.env.OS_PACKAGE_RELEASE ?? "built_from_source"}`;
1212
};
1313

1414
// https://vitejs.dev/config/

0 commit comments

Comments
 (0)