diff --git a/.changes/wix-autolaunch-args.md b/.changes/wix-autolaunch-args.md new file mode 100644 index 000000000000..3bd9d4fce4ab --- /dev/null +++ b/.changes/wix-autolaunch-args.md @@ -0,0 +1,5 @@ +--- +"tauri-bundler": "minor:feat" +--- + +Add `AUTOLAUNCHAPP` and `LAUNCHAPPARGS` properties to MSI installer, which can be used by updater to instruct launching the app after update and maintain the passed CLI arguments. diff --git a/.changes/wix-maintain-args.md b/.changes/wix-maintain-args.md index 91133db26206..9b7ec030887d 100644 --- a/.changes/wix-maintain-args.md +++ b/.changes/wix-maintain-args.md @@ -1,5 +1,5 @@ --- -"tauri": "patch:enhance" +"tauri": "minor:enhance" --- On Windows, maintain current CLI arguments when relaunching the app after updates using `.msi`.