innoextract icon indicating copy to clipboard operation
innoextract copied to clipboard

Add glob patterns for --include option

Open dmitrivereshchagin opened this issue 7 years ago • 1 comments

Ugly globbing implementation on top of Boost.Regex. For example to extract Master Levels for Doom II from GOG distribution one may use this command

innoextract -I 'master/wads/*.wad' setup_doom2_2.0.0.6.exe

dmitrivereshchagin avatar Aug 14 '16 12:08 dmitrivereshchagin

Would this allow the app directory to be excluded when used like so:innoextract -I 'app/*' foobar.exe?

Edit: Ah, no it appears not. That's a shame.

Earnestly avatar Apr 19 '18 13:04 Earnestly