Fixed bug in extracting excutables for wrong arch from assets/binaries-<ARCH>.zip
This commit is contained in:
@@ -1063,6 +1063,7 @@ public class MainActivity extends Activity
|
|||||||
//String chmod[] = { "/system/bin/chmod", "0755", path };
|
//String chmod[] = { "/system/bin/chmod", "0755", path };
|
||||||
//Runtime.getRuntime().exec(chmod).waitFor();
|
//Runtime.getRuntime().exec(chmod).waitFor();
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
catch ( Exception eee )
|
catch ( Exception eee )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user