fix(update): skip cua-driver refresh when Applications is unwritable

This commit is contained in:
Sami Rusani 2026-06-17 15:20:26 +02:00 committed by Teknium
parent c13281ab57
commit d8b51269ca
5 changed files with 98 additions and 4 deletions

View file

@ -708,6 +708,14 @@ _SCHEMA_OVERRIDES: Dict[str, Dict[str, Any]] = {
),
"options": ["stash", "discard"],
},
"updates.refresh_cua_driver": {
"type": "bool",
"description": (
"Refresh an already-installed cua-driver during hermes update. "
"Disable this on non-admin macOS accounts where /Applications is "
"not writable."
),
},
}
# Categories with fewer fields get merged into "general" to avoid tab sprawl.