mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
:electron: Notarize the mac desktop app (#3300)
* adding notarization stuff back in * win csc settings so win build doesnt try to sign with mac stuff * windows doesnt need to know about mac build * teamid env var instead of config val as per docs * for testing purposes only * probably wont work * yet, didnt work * try this * update notarize * removing test code * add release notes
This commit is contained in:
10
.github/workflows/electron-master.yml
vendored
10
.github/workflows/electron-master.yml
vendored
@@ -48,13 +48,17 @@ jobs:
|
||||
sudo flatpak install org.electronjs.Electron2.BaseApp/x86_64/23.08 -y
|
||||
- name: Set up environment
|
||||
uses: ./.github/actions/setup
|
||||
- name: Build Electron
|
||||
- name: Build Electron for Mac
|
||||
if: ${{ startsWith(matrix.os, 'macos') }}
|
||||
run: ./bin/package-electron
|
||||
env:
|
||||
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
# CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
||||
- name: Build Electron
|
||||
if: ${{ ! startsWith(matrix.os, 'macos') }}
|
||||
run: ./bin/package-electron
|
||||
- name: Upload Build
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
"promise-retry": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron/notarize": "2.2.0",
|
||||
"@electron/notarize": "2.4.0",
|
||||
"@electron/rebuild": "3.6.0",
|
||||
"@types/copyfiles": "^2",
|
||||
"copyfiles": "^2.4.1",
|
||||
|
||||
6
upcoming-release-notes/3300.md
Normal file
6
upcoming-release-notes/3300.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MikesGlitch]
|
||||
---
|
||||
|
||||
Sign the Mac desktop app to resolve damaged file errors
|
||||
24
yarn.lock
24
yarn.lock
@@ -1568,17 +1568,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@electron/notarize@npm:2.2.0":
|
||||
version: 2.2.0
|
||||
resolution: "@electron/notarize@npm:2.2.0"
|
||||
dependencies:
|
||||
debug: "npm:^4.1.1"
|
||||
fs-extra: "npm:^9.0.1"
|
||||
promise-retry: "npm:^2.0.1"
|
||||
checksum: 10/31639c9ee54d5ff2be7882c24916716b678b3c931b90cdea359262826b643c4291853cbaba8ecfc7cfddd75331117ef120fbd9c6a7b87c7d099ad54b6a2b0427
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@electron/notarize@npm:2.2.1":
|
||||
version: 2.2.1
|
||||
resolution: "@electron/notarize@npm:2.2.1"
|
||||
@@ -1590,6 +1579,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@electron/notarize@npm:2.4.0":
|
||||
version: 2.4.0
|
||||
resolution: "@electron/notarize@npm:2.4.0"
|
||||
dependencies:
|
||||
debug: "npm:^4.1.1"
|
||||
fs-extra: "npm:^9.0.1"
|
||||
promise-retry: "npm:^2.0.1"
|
||||
checksum: 10/fe97ac96e6cc93dae2cd5095bd157f5d9cb49c1a9606f0cb06216518e1c15fcfa76923de3d541544b63c5ff985c1ae43065453197a284352df95599e635877ac
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@electron/osx-sign@npm:1.0.5":
|
||||
version: 1.0.5
|
||||
resolution: "@electron/osx-sign@npm:1.0.5"
|
||||
@@ -8354,7 +8354,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "desktop-electron@workspace:packages/desktop-electron"
|
||||
dependencies:
|
||||
"@electron/notarize": "npm:2.2.0"
|
||||
"@electron/notarize": "npm:2.4.0"
|
||||
"@electron/rebuild": "npm:3.6.0"
|
||||
"@types/copyfiles": "npm:^2"
|
||||
copyfiles: "npm:^2.4.1"
|
||||
|
||||
Reference in New Issue
Block a user