fix aar generation issue

This commit is contained in:
leminlimez
2025-03-23 16:45:37 -04:00
parent 7db02eac3c
commit cf7c3f05bd
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -185,7 +185,7 @@ class PosterboardTweak(Tweak):
overriding.write(contents)
del contents
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):