Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Code singing not working #2631

Closed
fpsqdb opened this issue Feb 23, 2018 · 4 comments
Closed

Issue: Code singing not working #2631

fpsqdb opened this issue Feb 23, 2018 · 4 comments

Comments

@fpsqdb
Copy link

fpsqdb commented Feb 23, 2018

  • Version: 20.0.8
  • Target: win-64

After upgrade from 19.56.0, code singing not working, there is no sign process information from output,
it seems that builder skip the sign step, follow is the output.

• electron-builder version=20.0.8
• loaded configuration file=package.json ("build" field)
• writing effective config file=D:\Project\builder\electron-builder.yaml
• no native production dependencies
• asar using is disabled — it is strongly not recommended solution=enable asar and use asarUnpack to unpack files that must be externally available
• packaging platform=win32 arch=x64 electron=1.7.9 appOutDir=D:\Project\builder\win-unpacked
• building target=nsis file=D:\Project\builder\Test Setup 1.0.0.exe archs=x64 oneClick=false
• building block map blockMapFile=D:\Project\builder\Test Setup 1.0.0.exe.blockmap

and this is the output from 19.56.0

• electron-builder version=19.56.0
• loaded configuration file=package.json ("build" field)
• writing effective config file=D:\Project\builder\electron-builder.yaml
• no native production dependencies
• asar using is disabled — it is strongly not recommended solution=enable asar and use asarUnpack to unpack files that must be externally available
• packaging platform=win32 arch=x64 electron=1.7.9 appOutDir=D:\Project\builder\win-unpacked
• signing file=D:\Project\builder\win-unpacked\Test.exe certificateFile=D:\Project\Test\build\win\temp.pfx
• building target=nsis file=D:\Project\builder\Test Setup 1.0.0.exe archs=x64 oneClick=false
• Signing NSIS uninstaller file=D:\Project\builder.__uninstaller-nsis-Test.exe certificateFile=D:\Project\Test\build\win\temp.pfx
• signing file=D:\Project\builder\Test Setup 1.0.0.exe certificateFile=D:\Project\Test\build\win\temp.pfx
• building block map blockMapFile=D:\Project\builder\Test Setup 1.0.0.exe.blockmap

@kspearrin
Copy link

Just thought I'd share, I'm using 20.1.0 and my EV code signing is still working fine.

@fpsqdb
Copy link
Author

fpsqdb commented Feb 24, 2018

20.1.1 is still not working for me.

@Negan1911
Copy link

I think that could be related to #2639 could you verify?

@fpsqdb
Copy link
Author

fpsqdb commented Feb 26, 2018

@Negan1911 that works, thanks!

@fpsqdb fpsqdb closed this as completed Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants