mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-16 02:38:03 +08:00
Use correct env variable MAC_NOTARIZE_PASS
Contributes to CURA-9365
This commit is contained in:
parent
4344ef066f
commit
bfd1c6eea5
@ -38,7 +38,7 @@ def sign(dist_path: str, filename: str) -> None:
|
|||||||
|
|
||||||
def notarize(dist_path: str, filename: str) -> None:
|
def notarize(dist_path: str, filename: str) -> None:
|
||||||
notarize_user = os.environ.get("MAC_NOTARIZE_USER")
|
notarize_user = os.environ.get("MAC_NOTARIZE_USER")
|
||||||
notarize_password = os.environ.get("MAC_NOTARIZE_PASSWORD")
|
notarize_password = os.environ.get("MAC_NOTARIZE_PASS")
|
||||||
altool_executable = os.environ.get("ALTOOL_EXECUTABLE", "altool")
|
altool_executable = os.environ.get("ALTOOL_EXECUTABLE", "altool")
|
||||||
|
|
||||||
arguments = [
|
arguments = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user