From ea78a9ccb54a958bdd31024c25334946d997beb4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 1 Aug 2023 16:00:14 +0200 Subject: [PATCH] update dsr to 1.2.1 --- windows11.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows11.bat b/windows11.bat index 5e41609..d949e4f 100644 --- a/windows11.bat +++ b/windows11.bat @@ -153,7 +153,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/a3235ec0-87ac-4f97-adb3-a3425a843a12 -OutFile $archive;" ^ + "Invoke-WebRequest -Uri https://git.mylloon.fr/attachments/3d056105-12d2-44bd-a3f6-2ced3cb20fa9 -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;'"^