android exec fix

sandbox1
DiMartinoXBMC 2015-12-21 16:33:06 +03:00
parent 3495306859
commit 4f1c8ee7bb
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ class Engine:
if not success:
raise Error("Can't find torrent2http or download binary for %s" % self.platform,
Error.UNKNOWN_PLATFORM, platform=str(self.platform))
#This is needed only if bin in folder that not deletes on update!
#else: lm.update()
if not self._ensure_binary_executable(binary_path):
if self.platform.system == "android":