fix(build): WiX MSI version mapping and album dynamic import (#1278)

This commit is contained in:
cucadmuh
2026-07-12 22:45:22 +03:00
committed by GitHub
parent 54bc9814f1
commit 6e448dcc3c
12 changed files with 270 additions and 5 deletions
@@ -47,3 +47,8 @@ if (updatedLock !== lock) {
} else {
console.log(`Cargo.lock workspace crates already at ${version}`);
}
require('child_process').execSync('node scripts/sync-wix-bundle-version.mjs', {
cwd: root,
stdio: 'inherit',
});