miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
893 stars 83 forks source link

feature request: ability to pass custom options to 7zip #760

Open kambala-decapitator opened 4 months ago

kambala-decapitator commented 4 months ago

Is your feature request related to a problem? Please describe. I'd like to add exclude filters to 7z extractor. For example, to extract macOS archives without debug symbols (that take a lot of space and not needed on CI) I use the following command: 7z x "$archive" '-xr!*.dSYM'

Describe the solution you'd like Probably additional CLI parameter. I guess it would work only with external 7z.

Describe alternatives you've considered -