- Apply at signpath.org/open-source
- Link the public GitHub repo
FileShot/fileshot-desktop - Add GitHub secrets:
SIGNPATH_API_TOKEN,SIGNPATH_ORG_ID,SIGNPATH_PROJECT_SLUG - On release tag
desktop-v*, workflow submits artifacts for signing (manual approval per release)
Required for Gatekeeper + notarization. Add to GitHub secrets:
APPLE_CERTIFICATE,APPLE_CERTIFICATE_PASSWORD,APPLE_SIGNING_IDENTITYAPPLE_ID,APPLE_PASSWORD,APPLE_TEAM_ID
tauri-action uses these on macos-latest builds.
Ship unsigned AppImage/deb (standard for OSS).
If SignPath is delayed, use Azure Artifact Signing with signCommand in tauri.conf.json. See Tauri Windows signing.