tauri
tauri copied to clipboard
[feat] Allow uncompressed resources embedded to the executable binary.
Describe the problem
When use large size file, in production tauri app will compress it into its binary target. Using it will lead some time cost to uncompressed the data.
Describe the solution you'd like
Add an option in config, let user decide to enable/disable resource compression in production.
Alternatives considered
No response
Additional context
No response