-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bundler/nsis): calculate estimated size on build system (#8233)
* fix(bundler): Fix nsis installer taking longer than expected to install resources * create dir structure for resources before extracting files * calculate size in rust on the build system * i'm sorry clippy, i programmed in unholy languages where += wasn't a thing so i forgot it exists in rust... * i'm a better clippy than clippy🌚
- Loading branch information
1 parent
9e3aff0
commit 92bc7d0
Showing
3 changed files
with
41 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@tauri-apps/cli": patch:bug | ||
"tauri-cli": patch:bug | ||
"tauri-bundler": patch:bug | ||
--- | ||
|
||
Fixes an issue in the NSIS installer which caused the installation to take much longer than expected when many `resources` were added to the bundle. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters