File tree 2 files changed +9
-2
lines changed
crates/tauri-bundler/src/bundle/windows/nsis 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ const NSIS_URL: &str =
39
39
#[ cfg( target_os = "windows" ) ]
40
40
const NSIS_SHA1 : & str = "057e83c7d82462ec394af76c87d06733605543d4" ;
41
41
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 " ;
44
44
45
45
#[ cfg( target_os = "windows" ) ]
46
46
const NSIS_REQUIRED_FILES : & [ & str ] = & [
You can’t perform that action at this time.
0 commit comments