diff --git a/BlazamSetup/Services/DownloadService.cs b/BlazamSetup/Services/DownloadService.cs index 1cbcdc4..4c3a806 100644 --- a/BlazamSetup/Services/DownloadService.cs +++ b/BlazamSetup/Services/DownloadService.cs @@ -34,7 +34,7 @@ public static async Task Download(string version=null) - var branch = "Release"; + var branch = "release"; //Get the releases from the repo var releases = await githubclient.Repository.Release.GetAll("Blazam-App", "Blazam"); //Filter the releases to the selected branch