mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-01 15:36:14 +03:00
parent
aa0828f8ad
commit
dd5e1ede32
5
.changes/bundler-msi-upgrade-same-version.md
Normal file
5
.changes/bundler-msi-upgrade-same-version.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-bundler": patch
|
||||
---
|
||||
|
||||
Change the WiX config to allow upgrading installation with same version instead of duplicating the application.
|
@ -26,9 +26,8 @@
|
||||
InstallScope="perMachine"
|
||||
SummaryCodepage="{{ascii_codepage}}"/>
|
||||
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."
|
||||
MigrateFeatures="yes" />
|
||||
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."
|
||||
AllowSameVersionUpgrades="yes" />
|
||||
|
||||
<Media Id="1" Cabinet="app.cab" EmbedCab="yes" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user