's'
This commit is contained in:
@@ -66,7 +66,7 @@ on property:sys.boot_completed=1
|
||||
"No available libhoudini for Android {}".format(version))
|
||||
|
||||
def download(self):
|
||||
print_color("Downloading libhoudini now .....", bcolors.GREEN)
|
||||
print_color("Resolving libhoudini bundle ...", bcolors.GREEN)
|
||||
super().download()
|
||||
|
||||
def copy(self):
|
||||
|
||||
@@ -17,7 +17,7 @@ class Houdini_Hack(General):
|
||||
self.act_md5 = "8f71a58f3e54eca879a2f7de64dbed58"
|
||||
|
||||
def download(self):
|
||||
print_color("Downloading libhoudini_hack now .....", bcolors.GREEN)
|
||||
print_color("Resolving libhoudini_hack bundle ...", bcolors.GREEN)
|
||||
super().download()
|
||||
|
||||
def copy(self):
|
||||
|
||||
@@ -110,7 +110,7 @@ class MindTheGapps(General):
|
||||
self.act_md5 = self.dl_links[self.version][self.arch[0]][1]
|
||||
|
||||
def download(self):
|
||||
print_color("Downloading MindTheGapps now .....", bcolors.GREEN)
|
||||
print_color("Resolving MindTheGapps bundle ...", bcolors.GREEN)
|
||||
super().download()
|
||||
|
||||
def copy(self):
|
||||
|
||||
Reference in New Issue
Block a user