Daniel Scharrer
Daniel Scharrer
> These are afaik not galaxy files. The files inside the installer are the same files (or rather, slices of files) that the GOG Galaxy would download, just packaged up...
Depends on issue #25 for proper --include/--exclude support (keeping order between different arguments without hacks).
Sure, a patch for just `--include` would be appreciated. However, here are a few minor nitpicks about your implementation: - You match the "pattern" against any path substring. I would...
A coupe of points: 1. The second commit breaks `inc_root`: You compare against inc_string with offset 1, but then use the whole inc_string.size() 2. A pattern with a trailing slash...
> I can smash the commit together and create a P.R. if you want. Yes, that would be great. > From this experience, implenting support for several include & exclude...
That requires a notion of "more specific" though. At lest with wildcards that won't be so intuitive anymore. And even CSS uses the order of definition when the specificity is...
Bonus: reuse the options summary from the man page for the --help output
Also apply this option to headers: disable checksum and skip to end of stream on error.
More machine readable output formats are planned. For now the --silent option does provide easily parseable output.
The iss file is not stored in the setup in it's raw from, innounp just reconstructs it from the compiled setup data. Something like that may be added to `innoextract`...