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
|
echo "${{ env.pythonLocation }}/bin" >> $GITHUB_PATH
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
# disable electron-builder signing
|
||||||
|
#export CSC_IDENTITY_AUTO_DISCOVERY=false
|
||||||
make dist
|
make dist
|
||||||
env:
|
env:
|
||||||
BUILD: osx
|
BUILD: osx
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
],
|
],
|
||||||
"hardenedRuntime": true,
|
"hardenedRuntime": true,
|
||||||
"gatekeeperAssess": false,
|
"gatekeeperAssess": false,
|
||||||
|
"strictVerify": false,
|
||||||
"entitlements": "build/electron-entitlements.plist",
|
"entitlements": "build/electron-entitlements.plist",
|
||||||
"entitlementsInherit": "build/electron-entitlements.plist"
|
"entitlementsInherit": "build/electron-entitlements.plist"
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue