mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
Desktop macOS codesigning and notarization (#5154)
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
parent
af33212f77
commit
1574e2457b
3 changed files with 49 additions and 5 deletions
|
|
@ -22,7 +22,10 @@
|
|||
"targets": ["deb", "rpm", "appimage", "dmg", "app", "nsis"],
|
||||
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
|
||||
"externalBin": ["sidecars/opencode"],
|
||||
"createUpdaterArtifacts": true
|
||||
"createUpdaterArtifacts": true,
|
||||
"macOS": {
|
||||
"entitlements": "./entitlements.plist"
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"updater": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue