mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-09 07:19:01 +08:00
Update build_macos.py
This commit is contained in:
parent
0ae24cb669
commit
337b25b954
@ -72,9 +72,6 @@ def build_pkg(source_path: str, dist_path: str, app_filename: str, component_fil
|
|||||||
]
|
]
|
||||||
subprocess.run(installer_creation_arguments)
|
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:
|
def code_sign(dist_path: str, filename: str) -> None:
|
||||||
""" Sign a file using apple codesign. This uses a different certificate to package signing."""
|
""" Sign a file using apple codesign. This uses a different certificate to package signing."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user