Myriad-Dreamin / shiroa

shiroa is a simple tool for creating modern online books in pure typst.
https://myriad-dreamin.github.io/shiroa/
Apache License 2.0
204 stars 17 forks source link

How necessary is using tar.gz instead of zip? #62

Open ice1000 opened 3 months ago

ice1000 commented 3 months ago

Is using .tar.gz for artifact an essential thing to do? Would it be very bad to upload using zip?

I'm working on making this to winget, which only works for zip rn, ref https://github.com/microsoft/winget-cli/issues/2899

Myriad-Dreamin commented 3 months ago

tar are more widely deployed on unix machines.

It is smarter to provide zip for win platforms and tar.gz for rest platforms.