mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-18 08:29:55 +01:00
- Add SigningDefaults to GlobalDefaults for macOS/Windows/Linux signing config - Add signing status section to doctor command with platform detection - Add --json flag to doctor command for machine-readable output - Add /api/signing and /api/signing/status endpoints to setup wizard - Add SigningStep component with platform tabs and status indicators - Wire signing step into wizard flow after projects step The signing step shows detected signing identities from: - macOS: keychain codesigning identities, notarization config - Windows: certificate file/store/cloud, SignTool availability - Linux: GPG keys from keyring or config |
||
|---|---|---|
| .. | ||
| bindings.go | ||
| bindings_test.go | ||
| common.go | ||
| doctor.go | ||
| init.go | ||
| lipo.go | ||
| msix.go | ||
| package.go | ||
| service.go | ||
| sign.go | ||
| signing.go | ||
| task_wrapper.go | ||