Skip to content

Commit

Permalink
fix(core): usage without the compression feature (#10432)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Jul 31, 2024
1 parent eaec5fe commit 24445d7
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 @@ -37,7 +37,6 @@ plist = "1"
time = { version = "0.3", features = [ "parsing", "formatting" ] }

[features]
default = [ "compression" ]
compression = [ "brotli", "tauri-utils/compression" ]
isolation = [ "tauri-utils/isolation" ]
config-json5 = [ "tauri-utils/config-json5" ]
Expand Down

0 comments on commit 24445d7

Please sign in to comment.