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
I agree, this will help teams who are trying to get it working while behind a corporate firewall which presents loads of network connectivity restrictions.
I have an offline copy of winCodeSign-2.6.0.7z, but I'm not able to point app-builder-bin towards this because it's hardcoded to download from github which will always fail.
Ideally, it can check for the presence of files in ELECTRON_BUILDER_BINARIES_CUSTOM_DIR, before attempting to download if there aren'tt any.
I've also tried the Docker image, but the build process still attempts to download winCodeSign. If all dependencies (including winCodeSign, etc) could be packaged into the docker image, that would be very helpful and helps circumvent the above connectivity issues. Otherwise, teams will be totally blocked from using this great tool.
Currently it is impossible to customize the directory part of the URL when downloading
winCodeSign-[version].7z
for exampleThis line needs to be changed so we can specify a custom value from env instead of
id
:app-builder/pkg/download/tool.go
Line 63 in 0bc38fb
The main electron-builder repo already supports
ELECTRON_BUILDER_BINARIES_CUSTOM_DIR
so why not use it here?The text was updated successfully, but these errors were encountered: