fix(updater): use msiexec to install .msi updates (#1454)

* fix(updater): use msiexec to install .msi updates

* Update updater.rs

* Update updater.rs
This commit is contained in:
Amr Bashir
2024-06-13 01:35:25 +03:00
committed by GitHub
parent 70e2fadd91
commit bf29a72baa
4 changed files with 83 additions and 23 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"updater": "patch"
---
Fix regression in updater plugin failing to update using `.msi` installer.