From 4dd251c25fbe1f3864dafd856633472109a2a8e1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 24 Aug 2023 16:23:16 +0200 Subject: [PATCH] update dsr to 1.4.0 --- windows11.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows11.bat b/windows11.bat index 0afdcd6..40e9d62 100644 --- a/windows11.bat +++ b/windows11.bat @@ -145,7 +145,7 @@ REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\LosslessCut" / :: === Install DSR == PowerShell -Command "$archive = '%TEMP%\dsr.zip';" ^ - "Invoke-WebRequest -Uri https://git.mylloon.fr/attachments/9fa1cf45-ce58-443a-a061-596051405336 -OutFile $archive;" ^ + "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/dsr/releases/download/1.4.0/dsr-win32-x64-1.4.0.zip -OutFile $archive;" ^ "Expand-Archive -Path $archive -DestinationPath '%ProgramFiles%\DSR';" ^ "Move-Item -Path '%ProgramFiles%\DSR\dsr-win32-x64\*' -Destination '%ProgramFiles%\DSR';" ^ "Remove-Item '%ProgramFiles%\DSR\dsr-win32-x64;'"^