update menu updated

This commit is contained in:
Brian Madison
2025-12-15 16:25:01 +08:00
parent c7827bf031
commit 08f05cf9a4
3 changed files with 36 additions and 75 deletions

View File

@@ -39,11 +39,6 @@ module.exports = {
return;
}
// Handle reinstall by setting force flag
if (config.actionType === 'reinstall') {
config._requestedReinstall = true;
}
// Regular install/update flow
const result = await installer.install(config);