Bläddra i källkod

fix(core): usage without the compression feature (#10432)

Lucas Fernandes Nogueira 1 år sedan
förälder
incheckning
24445d71de
2 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6 0
      .changes/fix-usage-without-compression.md
  2. 0 1
      core/tauri-codegen/Cargo.toml

+ 6 - 0
.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.

+ 0 - 1
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" ]