mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
bc9f465f3e
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 |
||
---|---|---|
.. | ||
src | ||
build.gradle |