mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
5
.changes/nsis-downgrades.md
Normal file
5
.changes/nsis-downgrades.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-bundler': 'patch'
|
||||
---
|
||||
|
||||
Fix NSIS installer disabling `do not uninstall` button and silent installer aborting, if `allowDowngrades` was disabled even when we are not downgrading.
|
||||
5
.changes/nsis-passive-mode.md
Normal file
5
.changes/nsis-passive-mode.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri': 'minor'
|
||||
---
|
||||
|
||||
Support `passive` mode for NSIS updater.
|
||||
5
.changes/nsis-restart-flag.md
Normal file
5
.changes/nsis-restart-flag.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-bundler': 'minor'
|
||||
---
|
||||
|
||||
For NSIS, Add support for `/P` to install or uninstall in passive mode, `/R` to (re)start the app and `/NS` to disable creating shortcuts in `silent` and `passive` modes.
|
||||
5
.changes/nsis-silent-kill.md
Normal file
5
.changes/nsis-silent-kill.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-bundler': 'minor'
|
||||
---
|
||||
|
||||
NSIS `silent` and `passive` installer/updater will auto-kill the app if its running.
|
||||
5
.changes/nsis-silent-shortcuts.md
Normal file
5
.changes/nsis-silent-shortcuts.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-bundler': 'patch'
|
||||
---
|
||||
|
||||
Fix NSIS silent installer not creating Desktop and StartMenu shortcuts. Pass `/NS` to disable creating them.
|
||||
Reference in New Issue
Block a user