We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a6b92 commit adbbb32Copy full SHA for adbbb32
pipeline/unified/download-electron-mirror.yaml
@@ -3,3 +3,7 @@
3
steps:
4
- script: yarn download:electron-mirror:binaries
5
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