doc: fix release docs (#6498)

This commit is contained in:
pajlada
2025-09-27 14:03:13 +02:00
committed by GitHub
parent 4f833587c7
commit 82da4d8a49
3 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -122,9 +122,9 @@ I will be using `2.3.4-beta.1` as the example release in this document.
```
- [ ] Notarize the macOS releases
```sh
xcrun notarytool submit Chatterino-10.15.dmg --wait --keychain-profile notarytool-password --keychain / Users/pajlada/Library/Keychains/chatterino-2025.keychain-db
xcrun notarytool submit Chatterino-10.15.dmg --wait --keychain-profile notarytool-password --keychain /Users/pajlada/Library/Keychains/chatterino-2025.keychain-db
...
xcrun notarytool submit Chatterino.dmg --wait --keychain-profile notarytool-password --keychain / Users/pajlada/Library/Keychains/chatterino-2025.keychain-db
xcrun notarytool submit Chatterino.dmg --wait --keychain-profile notarytool-password --keychain /Users/pajlada/Library/Keychains/chatterino-2025.keychain-db
...
```