disable electron-builder signing (#2270)

pull/2293/head
rejbasket 2023-05-11 20:11:54 +02:00 zatwierdzone przez GitHub
rodzic c799b798bc
commit 5da79b2e5c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -182,6 +182,8 @@ jobs:
echo "${{ env.pythonLocation }}/bin" >> $GITHUB_PATH
- shell: bash
run: |
# disable electron-builder signing
#export CSC_IDENTITY_AUTO_DISCOVERY=false
make dist
env:
BUILD: osx

Wyświetl plik

@ -45,6 +45,7 @@
],
"hardenedRuntime": true,
"gatekeeperAssess": false,
"strictVerify": false,
"entitlements": "build/electron-entitlements.plist",
"entitlementsInherit": "build/electron-entitlements.plist"
}