From 337b25b954aea0bfd45f17e5ffe8f2ebda0c9dda Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Tue, 20 Dec 2022 16:27:26 +0100 Subject: [PATCH] Update build_macos.py --- packaging/MacOs/build_macos.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/packaging/MacOs/build_macos.py b/packaging/MacOs/build_macos.py index 277a922bc6..ebb8216870 100644 --- a/packaging/MacOs/build_macos.py +++ b/packaging/MacOs/build_macos.py @@ -72,9 +72,6 @@ def build_pkg(source_path: str, dist_path: str, app_filename: str, component_fil ] subprocess.run(installer_creation_arguments) - # Remove component package so that it is not added to the output zip file - os.remove(f"{dist_path}/{component_filename}") - def code_sign(dist_path: str, filename: str) -> None: """ Sign a file using apple codesign. This uses a different certificate to package signing."""