fix(updater): Escape current_exe args for nsis installer (#2761)

* fix(updater): Escape current_exe args for nsis installer

* Update plugins/updater/src/updater.rs

* use std escape fn

* tests

* comment
This commit is contained in:
Fabian-Lars
2025-06-17 08:08:03 +02:00
committed by GitHub
parent e008434504
commit 735d209d5d
2 changed files with 103 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
---
updater: patch
updater-js: patch
---
Fixed an issue preventing updates via the NSIS installer from succeeding when the app was launched with command line arguments containing spaces.