fix(updater): Escape msi path string (#1495)

* fix(updater): Escape msi path string

* fmt
This commit is contained in:
Fabian-Lars
2024-06-25 03:12:57 +02:00
committed by GitHub
parent 9db5a6a0f5
commit 29751ee939
3 changed files with 18 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"updater": patch
---
On Windows, escape the path to the downloaded msi updater to fix an issue causing the update to fail when the `productName` contained spaces.