diff --git a/doc/release-process.md b/doc/release-process.md index cce8dc728c..49bc9dc136 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -215,7 +215,7 @@ Open Terminal, and navigate to the location of the .dmg file. Then, run the following command to notarize the .dmg file: ``` -xcrun notarytool submit dashcore-{version}-osx.dmg --keychain-profile "AC_PASSWORD" --wait +xcrun notarytool submit dashcore-{version}-{x86_64, arm64}-apple-darwin.dmg --keychain-profile "AC_PASSWORD" --wait ``` Replace "{version}" with the version you are notarizing. This command uploads the .dmg file to Apple's notary service.