fix(updater): pass `/NS` and `/UPDATE` to nsis installer to disable creating shortcuts on updates (#1162)
* fix(updater): pass `/NS` to nsis installer to disable creating shortcuts on updates ref: tauri-apps/tauri#9395 * add `/UPDATE` * move args to function * update updater test config * revert /R --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio>pull/1371/head
parent
7581576a24
commit
69e4c2e56f
@ -0,0 +1,5 @@
|
||||
---
|
||||
"updater": "patch"
|
||||
---
|
||||
|
||||
Fix NSIS updater creating new shortcuts on update.
|
Loading…
Reference in new issue