Add preliminary macOS 26 app icon

This commit is contained in:
Jazzzny
2025-07-09 22:21:10 -04:00
parent 6d68399483
commit 5c8d0d967d
6 changed files with 7 additions and 0 deletions

View File

@@ -162,6 +162,11 @@ class GenerateApplication:
stdout=subprocess.PIPE, stderr=subprocess.PIPE
)
subprocess_wrapper.run_and_verify(
generate_copy_arguments("payloads/Icon/AppIcons/Assets.car", self._application_output / "Contents/Resources/"),
stdout=subprocess.PIPE, stderr=subprocess.PIPE
)
def generate(self) -> None:
"""