On Sat, 30 Jun 2018 at 15:25:13 +0200, Stephen Kitt wrote: > ... and the real reason this is failing is that the language in the installer > is “en-US”, not “english”, so innoextract.py fails to list the relevant > files. > > Simon, how should we go about handling this? I’m assuming other installers > still need “--language english”...
In innoextract >= 1.5 I think limiting to a single language is only an optimization (we use --collisions=rename so different languages' versions don't overwrite each other anyway), and innoextract 1.6 is in Debian stable, so I've changed g-d-p in git to drop support for versions < 1.5 and not normally pass --language. If we need it, we can use this syntax: unpack: format: innoextract language: english # or en-US, as needed Does that work for people with access to kyrandia installers? Thanks, smcv