Absolucy / asar-rs

Asar archive parsing in Rust
Other
23 stars 5 forks source link

writing files as unpacked #6

Open selfisekai opened 6 months ago

selfisekai commented 6 months ago

there currently is support for unpacked files in the reader, but not in the writer.

not sure what should it look like in terms of the api. in electron_tasje, i'm currently writing "unpacked" files both in the asar and separately, which works enough but makes them take double the space