File tree Expand file tree Collapse file tree
tooling/bundler/src/bundle/windows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' tauri-bundler ' : ' patch:bug'
3+ ---
4+
5+ Fix NSIS installer failing to launch apps that contain spaces after installation.
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ const NSIS_URL: &str =
3434#[ cfg( target_os = "windows" ) ]
3535const NSIS_SHA1 : & str = "057e83c7d82462ec394af76c87d06733605543d4" ;
3636const NSIS_TAURI_UTILS_URL : & str =
37- "https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.4.0 /nsis_tauri_utils.dll" ;
38- const NSIS_TAURI_UTILS_SHA1 : & str = "E0FC0951DEB0E5E741DF10328F95C7D6678AD3AA " ;
37+ "https://github.com/tauri-apps/nsis-tauri-utils/releases/download/nsis_tauri_utils-v0.4.1 /nsis_tauri_utils.dll" ;
38+ const NSIS_TAURI_UTILS_SHA1 : & str = "F99A50209A345185A84D34D0E5F66D04C75FF52F " ;
3939
4040#[ cfg( target_os = "windows" ) ]
4141const NSIS_REQUIRED_FILES : & [ & str ] = & [
You can’t perform that action at this time.
0 commit comments