mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 15:09:24 +01:00
Windows binary is still 32 bit
This commit is contained in:
parent
481299c748
commit
e9618fae6b
@ -788,7 +788,7 @@ final public class AndrolibResources {
|
||||
public File getAaptBinaryFile() throws AndrolibException {
|
||||
File aaptBinary;
|
||||
|
||||
if (! OSDetection.is64Bit()) {
|
||||
if (! OSDetection.is64Bit() && ! OSDetection.isWindows()) {
|
||||
throw new AndrolibException("32 bit OS detected. No 32 bit binaries available.");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user