Skip to content

Commit 24445d7

Browse files
authored
fix(core): usage without the compression feature (#10432)
1 parent eaec5fe commit 24445d7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": patch:bug
3+
"tauri-codegen": patch:bug
4+
---
5+
6+
Fixes asset resolving when not using the `compression` feature.

core/tauri-codegen/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ plist = "1"
3737
time = { version = "0.3", features = [ "parsing", "formatting" ] }
3838

3939
[features]
40-
default = [ "compression" ]
4140
compression = [ "brotli", "tauri-utils/compression" ]
4241
isolation = [ "tauri-utils/isolation" ]
4342
config-json5 = [ "tauri-utils/config-json5" ]

0 commit comments

Comments
 (0)