Merge pull request #34611 from peterhoeg/p/descent

descent 1 & 2: use assets from gog.com with the dxx-rebirth project
This commit is contained in:
Peter Hoeg
2018-02-12 22:31:41 +08:00
committed by GitHub
5 changed files with 136 additions and 1 deletions
@@ -0,0 +1,11 @@
unpackPhase="unpackGog"
unpackGog() {
runHook preUnpackGog
innoextract --silent --extract --exclude-temp "${src}"
find . -depth -print -execdir rename -f 'y/A-Z/a-z/' '{}' \;
runHook postUnpackGog
}