mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
Ignore filename checks to allow unicode filenames
- fixes #1369 - aapt binaries for mac osx
This commit is contained in:
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.
@ -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.
|
Reference in New Issue
Block a user