Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Developer ID Application cert import + signed Electron build (#190)

scott cc8d8de7 41b2bb47

+6 -5
+5 -4
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 - ## [0.15.3] — 2026-03-30 8 + ## [0.15.4] — 2026-03-30 9 9 10 10 ### Fixed 11 - - Fix Electron code signing: use Developer ID Application cert (not Apple Distribution) 12 - - Import full certificate chain (Developer ID G2 CA + Apple Root CA) 11 + - Electron code signing: import Developer ID Application cert+key via P12 in CI 12 + - Base64-decode API key content for notarization (secret is base64-encoded) 13 + - Import Developer ID G2 CA + Apple Root CA intermediates for cert chain 13 14 - Use correct org secret names for keychain unlock 14 - - Switch notarization from Apple ID auth to App Store Connect API key auth 15 + - Switch notarization to App Store Connect API key auth 15 16 16 17 ## [Unreleased] 17 18
+1 -1
package.json
··· 1 1 { 2 2 "name": "tools", 3 - "version": "0.15.3", 3 + "version": "0.15.4", 4 4 "private": true, 5 5 "type": "module", 6 6 "main": "electron/main.js",