mirror of
https://github.com/iBotPeaches/Apktool.git
synced 2024-11-23 04:30:04 +00:00
fix: treat aapt binaries as binary
This commit is contained in:
parent
fc2f12363d
commit
aa5d951708
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -1,4 +1,7 @@
|
||||
* text=auto eol=lf
|
||||
|
||||
*.bat text eol=crlf
|
||||
*.jar binary
|
||||
*.jar binary
|
||||
/brut.apktool/apktool-lib/src/main/resources/prebuilt/windows/* binary
|
||||
/brut.apktool/apktool-lib/src/main/resources/prebuilt/macosx/* binary
|
||||
/brut.apktool/apktool-lib/src/main/resources/prebuilt/linux/* binary
|
||||
|
Loading…
Reference in New Issue
Block a user