Currently it is impossible to customize the directory part of the URL when downloading winCodeSign-[version].7z for example
This line needs to be changed so we can specify a custom value from env instead of id:
|
return DownloadArtifact(id, GetGithubBaseUrl()+id+"/"+id+".7z", checksum) |
The main electron-builder repo already supports ELECTRON_BUILDER_BINARIES_CUSTOM_DIR so why not use it here?
Currently it is impossible to customize the directory part of the URL when downloading
winCodeSign-[version].7zfor 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_DIRso why not use it here?