Skip to content

Add support for ELECTRON_BUILDER_BINARIES_CUSTOM_DIR #99

@mirayashi

Description

@mirayashi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions