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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Builds should pass without any errors and Windows & Mac installers should be signed.
Actual behavior
Builds produced an error:
Unhandled rejection Error: connect ECONNREFUSED 127.0.0.1:443
at Object._errnoException (util.js:992:11)
at _exceptionWithHostPort (util.js:1014:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14)
From previous event:
at CancellationToken.createPromise (/Users/travis/build/CCI-Tools/cate-installer/cate-desktop/node_modules/builder-util-runtime/src/CancellationToken.ts:51:5)
at /Users/travis/build/CCI-Tools/cate-installer/cate-desktop/node_modules/builder-util/src/nodeHttpExecutor.ts:23:44
From previous event:
.
.
.
.
Complete logs can be viewed here (Mac) and here (Windows).
Also, the resulting installers did not seem to be signed, prompting some security confirmation from users when executed.
Specifications
electron-build version: 19.56.2
electron-updater version: 2.20.1
The text was updated successfully, but these errors were encountered:
Expected behavior
Builds should pass without any errors and Windows & Mac installers should be signed.
Actual behavior
Builds produced an error:
Complete logs can be viewed here (Mac) and here (Windows).
Also, the resulting installers did not seem to be signed, prompting some security confirmation from users when executed.
Specifications
The text was updated successfully, but these errors were encountered: