mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix(updater): Use escaped installer path to start the nsis updater (#727)
Port of v1 change: https://github.com/tauri-apps/tauri/pull/7956
This commit is contained in:
@@ -501,7 +501,7 @@ impl Update {
|
||||
Command::new(powershell_path)
|
||||
.args(["-NoProfile", "-WindowStyle", "Hidden"])
|
||||
.args(["Start-Process"])
|
||||
.arg(found_path)
|
||||
.arg(installer_arg)
|
||||
.arg("-ArgumentList")
|
||||
.arg(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user