Update dodo.py

Co-authored-by: Alexis Métaireau <alexis@freedom.press>
This commit is contained in:
Alex Pyrgiotis 2024-12-09 19:25:26 +02:00 committed by GitHub
parent 7a42827894
commit 54413ef676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ PARAM_APPLE_ID = {
"name": "apple_id", "name": "apple_id",
"long": "apple-id", "long": "apple-id",
"default": APPLE_ID, "default": APPLE_ID,
"help": "The Apple developer ID that will be used for signing the .dmg", "help": "The Apple developer ID that will be used to sign the .dmg",
} }
PARAM_USE_CACHE = { PARAM_USE_CACHE = {