mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Use correct env variable MAC_NOTARIZE_PASS
Contributes to CURA-9365
This commit is contained in:
parent
4344ef066f
commit
bfd1c6eea5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue