tauri icon indicating copy to clipboard operation
tauri copied to clipboard

[feat] Allow uncompressed resources embedded to the executable binary.

Open lencil opened this issue 1 year ago • 0 comments

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

lencil avatar Feb 19 '24 07:02 lencil