Created
August 7, 2026 22:11
-
-
Save Draknek/5684aff7427d51f9e884968dcef2ebf9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| call "%~dp0\config.bat" | |
| set TARGET=%1 | |
| %RCODESIGN% sign --p12-file "%~dp0\notarize.p12" --p12-password "%NOTARIZE_P12_PASSWORD%" --for-notarization "%TARGET%" | |
| %RCODESIGN% notary-submit --api-key-file "%~dp0\notarize.json" --staple "%TARGET%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment