mirror of
https://github.com/dolphin-emu/sadm
synced 2025-10-06 00:02:50 +02:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user