Skip to content

Commit 5998a90

Browse files
authored
fix(bundler): update nsis_tauri_utils to 0.4.1 (#10184)
1 parent 24aaf0f commit 5998a90

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changes/nsis-run-progrma-space.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tauri-bundler': 'patch:bug'
3+
---
4+
5+
Fix NSIS installer failing to launch apps that contain spaces after installation.

tooling/bundler/src/bundle/windows/nsis.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ const NSIS_URL: &str =
3434
#[cfg(target_os = "windows")]
3535
const NSIS_SHA1: &str = "057e83c7d82462ec394af76c87d06733605543d4";
3636
const 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")]
4141
const NSIS_REQUIRED_FILES: &[&str] = &[

0 commit comments

Comments
 (0)