buildbot: Update Keychain profile name for notarytool

Had to re-add the credentials under a new name for some reason.
This commit is contained in:
OatmealDome
2025-08-18 12:23:17 +00:00
parent 63fda3bdc0
commit 19119db14f

View File

@@ -370,7 +370,7 @@ def make_dolphin_osx_universal_build(mode="normal"):
if normal or release:
f.addStep(ShellCommand(command=["xcrun", "notarytool", "submit", "dolphin.dmg",
"--keychain-profile", "NotaryCredentials",
"--keychain-profile", "NotaryToolProfile",
"--keychain", "~/Library/Keychains/buildbot.keychain-db",
"--wait"],
workdir="build/build",