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

This commit is contained in:
Lucas Fernandes Nogueira 2024-07-31 18:39:51 -03:00 committed by GitHub
parent 67b7ca6ef4
commit a3946222b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
"tauri": patch:bug
"tauri-codegen": patch:bug
---
Fixes asset resolving when not using the `compression` feature.

View File

@ -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" ]