diff --git a/Alpha/Alpha.csproj b/Alpha/Alpha.csproj index 384790c..5be00df 100644 --- a/Alpha/Alpha.csproj +++ b/Alpha/Alpha.csproj @@ -13,36 +13,36 @@ - - + + - - - - + + + + - - - + + + - - - - - - - + + + + + + + - - + + - - - + + + diff --git a/Alpha/Services/PathListService.cs b/Alpha/Services/PathListService.cs index b3dce3b..d5ddc2b 100644 --- a/Alpha/Services/PathListService.cs +++ b/Alpha/Services/PathListService.cs @@ -21,7 +21,7 @@ public async Task DownloadResLogger(bool currentOnly) { try { var filename = currentOnly ? "CurrentPathListWithHashes.gz" : "PathListWithHashes.gz"; - var url = $"https://rl2.perchbird.dev/download/export/{filename}"; + var url = $"https://rl2.perchbird.dev/download/{filename}"; await using var req = await Program.HttpClient.GetStreamAsync(url); await using var gzip = new GZipStream(req, CompressionMode.Decompress);