Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tauri-apps/tauri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e2957c417ae6499e8b997ac0e3a918f12cdacbae
Choose a base ref
..
head repository: tauri-apps/tauri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15d0e9f193c0de9d58133d95346a960f51418be1
Choose a head ref
Showing with 9 additions and 2 deletions.
  1. +7 −0 .changes/bump-nsis-tauri-utils.md
  2. +2 −2 crates/tauri-bundler/src/bundle/windows/nsis/mod.rs
7 changes: 7 additions & 0 deletions .changes/bump-nsis-tauri-utils.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tauri-bundler: 'patch:bug'
---

Bumped `nsis-tauri-utils` to `0.4.2` which fixes the following bugs:
- Fixed launch on start checkbox in nsis installer does not work well with applications that require elevated permissions
- Fixed nsis installer may fail to install if launched by updater plugin
4 changes: 2 additions & 2 deletions crates/tauri-bundler/src/bundle/windows/nsis/mod.rs
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@ const NSIS_URL: &str =
#[cfg(target_os = "windows")]
const NSIS_SHA1: &str = "057e83c7d82462ec394af76c87d06733605543d4";
const NSIS_TAURI_UTILS_URL: &str =
"https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.4.1/nsis_tauri_utils.dll";
const NSIS_TAURI_UTILS_SHA1: &str = "F99A50209A345185A84D34D0E5F66D04C75FF52F";
"https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.4.2/nsis_tauri_utils.dll";
const NSIS_TAURI_UTILS_SHA1: &str = "6532DA4545864C6EC95F62F27F2199BFD668560B";

#[cfg(target_os = "windows")]
const NSIS_REQUIRED_FILES: &[&str] = &[