fix(core/updater): check if installer args are not empty before passing -ArgumentList (#818)

This commit is contained in:
Amr Bashir
2023-12-19 22:37:27 +02:00
committed by GitHub
parent 8df28a9875
commit e5f979f91a
2 changed files with 47 additions and 39 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"updater": "patch"
"updater-js": "patch"
---
Fix NSIS updater failing to launch when using `basicUi` mode.