Skip to content

Commit adbbb32

Browse files
fix: remove signature from electron binary before we rebrand it (#4721)
1 parent 00a6b92 commit adbbb32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipeline/unified/download-electron-mirror.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
steps:
44
- script: yarn download:electron-mirror:binaries
55
displayName: download custom electron binaries
6+
7+
- powershell: '& "C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe" remove /s node_modules/electron/dist/electron.exe'
8+
displayName: remove signing from electron binary before rebranding
9+
condition: eq(variables['Agent.OS'], 'Windows_NT')

0 commit comments

Comments
 (0)