perf: optimize app startup and background lifecycles

This commit is contained in:
inman
2026-08-19 00:56:15 +08:00
parent 31332f6d76
commit 927e13349b
121 changed files with 4359 additions and 1400 deletions

View File

@@ -135,8 +135,8 @@ const installerPath = resolve(option(
'--installer',
join(root, 'release', `Makelore-${packageJson.version}-win-x64.exe`),
));
const expectedElectron = option('--expected-electron', '40.10.6');
const expectedNode = option('--expected-node', '24.15.0');
const expectedElectron = option('--expected-electron', '43.4.0');
const expectedNode = option('--expected-node', '24.18.1');
const expectedCommit = option('--expected-commit', null);
const expectedBuildId = option('--expected-build-id', null);
const manifestPath = option('--manifest', null);