[game-data-packager] 01/01: innoextract 1.5 does case insensitive file matching

Alexandre Detiste detiste-guest at moszumanska.debian.org
Fri Sep 25 07:59:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 940c14ad448316376b86afc71bb574ea901f86b3
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Fri Sep 25 09:58:44 2015 +0200

    innoextract 1.5 does case insensitive file matching
    
    https://github.com/dscharrer/innoextract/commit/58ec677249f85ad600ac749756b307914aa4fa6f
---
 game_data_packager/__init__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index 67ba584..c3defa5 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -1796,7 +1796,6 @@ class GameData(object):
                     cmdline = ['innoextract',
                                '--language', 'english',
                                '-T', 'local',
-                               '--lowercase',
                                '-d', tmpdir,
                                os.path.abspath(found_name)]
                     if not self.verbose:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list