-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Two odd things.
- it seems to not await here:
await this.codesign(options, tmpPath);
More importantly
2) only some of the files in the supplied directory are signed. Only one .exe and not others, and no .dll are signed with 2.0.2 while they are with 1.2.2.
The files signed in 1.2.2:
d3dcompiler_47.dll
dxcompiler.dll
dxil.dll
ffmpeg.dll
libEGL.dll
libGLESv2.dll
ELECTRONAPP.exe
resources.apps\windows\x64\helper1.exe
resources.apps\windows\x64\helper2.exe
vk_swiftshader.dll
vulkan-1.dll
resources\elevate.exe
resources\elevate.exe
The corresponding section of 2.0.2
resources\elevate.exe
resources\elevate.exe
Any clues for what is going on?
The system uses electron forge and digicert certificates on GitHub Actions and is somewhat complex, sorry I can't provide a simple demo of the problem. I've gone back to using 1.2.2.