Skip to content

Commit

Permalink
fix(core): usage without the compression feature (#10433)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Jul 31, 2024
1 parent 67b7ca6 commit a394622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/fix-usage-without-compression.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": patch:bug
"tauri-codegen": patch:bug
---

Fixes asset resolving when not using the `compression` feature.
1 change: 0 additions & 1 deletion core/tauri-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ plist = "1"
time = { version = "0.3", features = [ "parsing", "formatting" ] }

[features]
default = [ "compression" ]
compression = [ "brotli", "tauri-utils/compression" ]
isolation = [ "tauri-utils/isolation" ]
shell-scope = [ "regex" ]
Expand Down

0 comments on commit a394622

Please sign in to comment.