kopia lustrzana https://github.com/inkstitch/inkstitch
disable electron-builder signing (#2270)
rodzic
c799b798bc
commit
5da79b2e5c
|
@ -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
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
],
|
||||
"hardenedRuntime": true,
|
||||
"gatekeeperAssess": false,
|
||||
"strictVerify": false,
|
||||
"entitlements": "build/electron-entitlements.plist",
|
||||
"entitlementsInherit": "build/electron-entitlements.plist"
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue