Fixed bug in extracting excutables for wrong arch from assets/binaries-<ARCH>.zip

This commit is contained in:
Sergii Pylypenko
2014-02-17 20:23:57 +02:00
parent 10e3a2a20a
commit ac3137e8f7

View File

@@ -1063,6 +1063,7 @@ public class MainActivity extends Activity
//String chmod[] = { "/system/bin/chmod", "0755", path };
//Runtime.getRuntime().exec(chmod).waitFor();
}
break;
}
catch ( Exception eee )
{