mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-24 11:45:53 +01:00
Merge pull request #1392 from iBotPeaches/issue/1369
Ignore filename checks to allow unicode filenames
This commit is contained in:
commit
726bd47922
Binary file not shown.
Binary file not shown.
BIN
brut.apktool/apktool-lib/src/main/resources/prebuilt/aapt/macosx/32/aapt
Normal file → Executable file
BIN
brut.apktool/apktool-lib/src/main/resources/prebuilt/aapt/macosx/32/aapt
Normal file → Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -380,7 +380,7 @@ public class BuildAndDecodeTest {
|
||||
|
||||
@Test
|
||||
public void unicodeAssetTest() throws BrutException, IOException {
|
||||
// failure using ∂ (unicode)
|
||||
compareAssetsFolder("unicode-txt");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -0,0 +1 @@
|
||||
∂ char.
|
Loading…
Reference in New Issue
Block a user