tauri/.changes/tauri-updater-windows.md
david c576119013
fix(updater): Run elevated task only if server tell us (#2357)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-08-08 18:13:54 -03:00

258 B

tauri
patch
  • Do not run the updater with UAC task if server don't tell us. (Allow toggling server-side)
  • The updater expect a field named with_elevated_task with a boolean and will not run if the task is not installed first. (windows only)