perf: optimize app startup and background lifecycles
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user