File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
tooling/bundler/src/bundle/windows Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' tauri-bundler ' : ' patch:bug'
3+ ---
4+
5+ On Windows, fix NSIS installer trying to kill itself if the installer file name and the app ` productName ` are the same.
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ const NSIS_URL: &str =
3737const NSIS_SHA1 : & str = "057e83c7d82462ec394af76c87d06733605543d4" ;
3838const NSIS_APPLICATIONID_URL : & str = "https://github.com/tauri-apps/binary-releases/releases/download/nsis-plugins-v0/NSIS-ApplicationID.zip" ;
3939const NSIS_TAURI_UTILS : & str =
40- "https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.2.0 /nsis_tauri_utils.dll" ;
41- const NSIS_TAURI_UTILS_SHA1 : & str = "463555D6A0D48782754C98CD95A3C9C68F171698 " ;
40+ "https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.2.1 /nsis_tauri_utils.dll" ;
41+ const NSIS_TAURI_UTILS_SHA1 : & str = "53A7CFAEB6A4A9653D6D5FBFF02A3C3B8720130A " ;
4242
4343#[ cfg( target_os = "windows" ) ]
4444const NSIS_REQUIRED_FILES : & [ & str ] = & [
You can’t perform that action at this time.
0 commit comments