mirror of
https://github.com/ayasa520/redroid-script.git
synced 2026-02-24 16:35:08 +08:00
Update LiteGapps URLs and checksums for version 14.0 (#66)
Co-authored-by: ayasa520 <55699692+ayasa520@users.noreply.github.com>
This commit is contained in:
@@ -36,8 +36,8 @@ class LiteGapps(General):
|
|||||||
},
|
},
|
||||||
"14.0.0": {
|
"14.0.0": {
|
||||||
"x86_64": [
|
"x86_64": [
|
||||||
"https://sourceforge.net/projects/litegapps/files/litegapps/x86_64/34/lite/v3.0/AUTO_LiteGapps_x86_64_14.0_v3.0_official.zip",
|
"https://sourceforge.net/projects/litegapps/files/litegapps/x86_64/34/lite/2024-10-29/LiteGapps-x86_64-14.0-20241029-official.zip",
|
||||||
"51cbdb561f9c9162e4fdcbffe691c4bc",
|
"c897c8fe8a37474ed386e1bd73a7995b",
|
||||||
],
|
],
|
||||||
"x86": [
|
"x86": [
|
||||||
"https://sourceforge.net/projects/litegapps/files/litegapps/x86/35/lite/2024-10-27/LiteGapps-x86-15.0-20241027-official.zip",
|
"https://sourceforge.net/projects/litegapps/files/litegapps/x86/35/lite/2024-10-27/LiteGapps-x86-15.0-20241027-official.zip",
|
||||||
@@ -213,4 +213,4 @@ class LiteGapps(General):
|
|||||||
# extract extract_to/files/files.tar.xz file to extract_to/appunpack
|
# extract extract_to/files/files.tar.xz file to extract_to/appunpack
|
||||||
run( [ "tar", "-xvf", os.path.join(self.extract_to, "files", "files.tar.xz"), "-C", os.path.join(self.extract_to, "appunpack"), ])
|
run( [ "tar", "-xvf", os.path.join(self.extract_to, "files", "files.tar.xz"), "-C", os.path.join(self.extract_to, "appunpack"), ])
|
||||||
base_version = self.version.replace("_64only", "").replace("__64only", "")
|
base_version = self.version.replace("_64only", "").replace("__64only", "")
|
||||||
shutil.copytree( os.path.join( self.extract_to, "appunpack", self.arch[0], self.api_level_map[base_version], "system",), os.path.join(self.copy_dir, "system"), dirs_exist_ok=True,)
|
shutil.copytree( os.path.join( self.extract_to, "appunpack", self.arch[0], self.api_level_map[base_version], "system",), os.path.join(self.copy_dir, "system"), dirs_exist_ok=True,)
|
||||||
|
|||||||
Reference in New Issue
Block a user