captain
captain copied to clipboard
Integrate code signing into your build and release process
- [ ] For Windows, use tools like
signtoolto sign your application executables and any installer packages. - [ ] For macOS, use
codesignto sign your application and create a Gatekeeper-friendly package.