File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " updater " : " patch"
3
+ ---
4
+
5
+ Fix NSIS updater creating new shortcuts on update.
Original file line number Diff line number Diff line change @@ -556,6 +556,8 @@ impl Update {
556
556
match updater_type {
557
557
WindowsUpdaterType :: Nsis => {
558
558
installer_args. extend ( install_mode. nsis_args ( ) . iter ( ) . map ( OsStr :: new) ) ;
559
+ installer_args. push ( OsStr :: new ( "/NS" ) ) ;
560
+ installer_args. push ( OsStr :: new ( "/UPDATE" ) ) ;
559
561
}
560
562
WindowsUpdaterType :: Msi => {
561
563
installer_args. extend ( install_mode. msiexec_args ( ) . iter ( ) . map ( OsStr :: new) ) ;
Original file line number Diff line number Diff line change 21
21
" icons/icon.ico"
22
22
],
23
23
"windows" : {
24
- "wix " : {
25
- "skipWebviewInstall " : true
24
+ "webviewInstallMode " : {
25
+ "type " : " skip "
26
26
}
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments