You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: