Skip to content

Commit de8600b

Browse files
authored
fix(bundler): Bump nsis tauri utils to 0.4.2 (#12471)
* chore: bump nsis-tauri-utils * docs(changelog)): Bump nsis-tauri-utils to 0.4.2
1 parent 0ea8894 commit de8600b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.changes/bump-nsis-tauri-utils.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
tauri-bundler: 'patch:bug'
3+
---
4+
5+
Bumped `nsis-tauri-utils` to `0.4.2` which fixes the following bugs:
6+
- Fixed launch on start checkbox in nsis installer does not work well with applications that require elevated permissions
7+
- Fixed nsis installer may fail to install if launched by updater plugin

crates/tauri-bundler/src/bundle/windows/nsis/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const NSIS_URL: &str =
3939
#[cfg(target_os = "windows")]
4040
const NSIS_SHA1: &str = "057e83c7d82462ec394af76c87d06733605543d4";
4141
const NSIS_TAURI_UTILS_URL: &str =
42-
"https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.4.1/nsis_tauri_utils.dll";
43-
const NSIS_TAURI_UTILS_SHA1: &str = "F99A50209A345185A84D34D0E5F66D04C75FF52F";
42+
"https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.4.2/nsis_tauri_utils.dll";
43+
const NSIS_TAURI_UTILS_SHA1: &str = "6532DA4545864C6EC95F62F27F2199BFD668560B";
4444

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

0 commit comments

Comments
 (0)