Skip to content

Commit 96da5bb

Browse files
authored
fix: updated to [email protected] (#1986)
- updated to `[email protected]` - set `CSC_FOR_PULL_REQUEST` env to run notarization for a PR build. Signed-off-by: Akos Kitta <[email protected]>
1 parent ef57625 commit 96da5bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
export CSC_LINK="${{ runner.temp }}/signing_certificate.${{ matrix.config.certificate-extension }}"
100100
echo "${{ secrets[matrix.config.certificate-secret] }}" | base64 --decode > "$CSC_LINK"
101101
export CSC_KEY_PASSWORD="${{ secrets[matrix.config.certificate-password-secret] }}"
102+
export CSC_FOR_PULL_REQUEST=true
102103
fi
103104
104105
if [ "${{ runner.OS }}" = "Windows" ]; then

electron/build/template-package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"author": "Arduino SA",
44
"resolutions": {
55
"**/fs-extra": "^4.0.3",
6-
"electron-builder": "23.0.2"
6+
"electron-builder": "23.6.0"
77
},
88
"dependencies": {
99
"node-log-rotate": "^0.1.5"
1010
},
1111
"devDependencies": {
1212
"@theia/cli": "1.31.1",
1313
"cross-env": "^7.0.2",
14-
"electron-builder": "23.3.3",
14+
"electron-builder": "23.6.0",
1515
"electron-notarize": "^1.1.1",
1616
"is-ci": "^2.0.0",
1717
"ncp": "^2.0.0",

0 commit comments

Comments
 (0)