mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Update build_macos.py
This commit is contained in:
parent
0ae24cb669
commit
337b25b954
1 changed files with 0 additions and 3 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue