Update ReShade.cs

This commit is contained in:
Extravi 2023-03-05 21:12:42 -05:00 committed by GitHub
parent 1bfef1ee01
commit 2eea58f472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ namespace Bloxstrap.Helpers.Integrations
{ {
App.Logger.WriteLine("[ReShade::InstallExtraviPresets] Installing Extravi's presets..."); App.Logger.WriteLine("[ReShade::InstallExtraviPresets] Installing Extravi's presets...");
foreach (string name in ExtraviPresetsShaders) foreach (string name in ExtraviPresetsShaders)
await DownloadShaders(name); await DownloadShaders(name);
byte[] bytes = await App.HttpClient.GetByteArrayAsync($"{BaseUrl}/reshade-presets.zip"); byte[] bytes = await App.HttpClient.GetByteArrayAsync($"{BaseUrl}/reshade-presets.zip");