update dsr to 1.30
This commit is contained in:
parent
ea78a9ccb5
commit
cfc054b2f6
1 changed files with 1 additions and 1 deletions
|
@ -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/3d056105-12d2-44bd-a3f6-2ced3cb20fa9 -OutFile $archive;" ^
|
||||
"Invoke-WebRequest -Uri https://git.mylloon.fr/attachments/9fa1cf45-ce58-443a-a061-596051405336 -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;'"^
|
||||
|
|
Loading…
Reference in a new issue