Apktool/brut.apktool/apktool-lib/src/main
Igor Eisberg bc9f465f3e
Fix the massive list of uncompressed 9.png that prevents recompile on Windows
Windows has its limits, even Windows 10, at least on older versions before the max path length restriction was removed.
Because apktool failed to recognize the .9.png extension as a variety of the .png extension, those .9.png files were piling up in apktool.yml and then passed to aapt, which would fail to run on Windows because of an immense command length.
This fix makes a special exception for the .png exception and will allow the .9.png one to pass as another .png extension.

Before: http://dpaste.com/2BC3RRB
After: http://dpaste.com/177CVZQ
2019-07-14 07:04:49 -04:00
..
java Fix the massive list of uncompressed 9.png that prevents recompile on Windows 2019-07-14 07:04:49 -04:00
resources fix: add new aapt builds for mac 2019-02-16 18:01:38 -05:00