diff --git a/pkg/electron/electronDownloader.go b/pkg/electron/electronDownloader.go index 7ad1447..efd9c30 100644 --- a/pkg/electron/electronDownloader.go +++ b/pkg/electron/electronDownloader.go @@ -97,7 +97,7 @@ func getBaseUrl(config *ElectronDownloadOptions) string { if strings.Contains(config.Version, "-nightly.") { return "https://github.com/electron/nightlies/releases/download/v" } else { - return "https://github.com/electron/electron/releases/download/v" + return "https://github.com/electron/electron/releases/tag/v" } } return v