fix(macOS): Tauri V2 Update Permission Denied Error (#2067)

* WIP

* Fixed linting

* WIP

* Fixed linting

* use osakit to show actual app name on dialog

* sync versions

* lint

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
jLynx
2025-02-03 09:54:09 +13:00
committed by GitHub
parent a7497b0aeb
commit 5369898db7
6 changed files with 171 additions and 52 deletions
@@ -0,0 +1,6 @@
---
"updater": patch
"updater-js": patch
---
Fix update installation on macOS when using an user without admin privileges.
+6
View File
@@ -0,0 +1,6 @@
---
"updater": minor
"updater-js": minor
---
Remove the `UpdaterBuilder::new` function, use `UpdaterExt::updater_builder` instead.