diff --git a/.changes/fix-usage-without-compression.md b/.changes/fix-usage-without-compression.md new file mode 100644 index 000000000..0e6bf6154 --- /dev/null +++ b/.changes/fix-usage-without-compression.md @@ -0,0 +1,6 @@ +--- +"tauri": patch:bug +"tauri-codegen": patch:bug +--- + +Fixes asset resolving when not using the `compression` feature. diff --git a/core/tauri-codegen/Cargo.toml b/core/tauri-codegen/Cargo.toml index 97f63a3bc..bc8404b40 100644 --- a/core/tauri-codegen/Cargo.toml +++ b/core/tauri-codegen/Cargo.toml @@ -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" ]