Skip to content

Commit 951a665

Browse files
committed
fix: release gen fail
1 parent 4f3a29b commit 951a665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-build/ci-createDistReleaseConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async function ciCreateDistReleaseConfig() {
100100
console.log("Product Bundle Identifier is: ", bundleIdentifier);
101101
configJson.tauri.bundle.identifier = bundleIdentifier;
102102

103-
patchTauriConfigWithMetricsHTML(configJson);
103+
patchTauriConfigWithMetricsHTML(configJson, true);
104104

105105
console.log("Product update endpoints are: ", configJson.tauri.updater.endpoints);
106106
console.log("Writing new dist config json ", tauriConfigPath, configJson);

0 commit comments

Comments
 (0)