mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
fix aar generation issue
This commit is contained in:
Binary file not shown.
BIN
files/posterboard/contents.plist
Normal file
BIN
files/posterboard/contents.plist
Normal file
Binary file not shown.
@@ -185,7 +185,7 @@ class PosterboardTweak(Tweak):
|
|||||||
overriding.write(contents)
|
overriding.write(contents)
|
||||||
del contents
|
del contents
|
||||||
aar_path = os.path.join(contents_path, "input.segmentation/segmentation.data.aar")
|
aar_path = os.path.join(contents_path, "input.segmentation/segmentation.data.aar")
|
||||||
wrap_in_aar(aar_path, self.videoFile, aar_path)
|
wrap_in_aar(get_bundle_files("files/posterboard/contents.plist"), self.videoFile, aar_path)
|
||||||
|
|
||||||
|
|
||||||
def apply_tweak(self, files_to_restore: list[FileToRestore], output_dir: str):
|
def apply_tweak(self, files_to_restore: list[FileToRestore], output_dir: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user