update dsr to 1.2.0
This commit is contained in:
parent
14d871caf8
commit
0a1b4f806c
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/9cb11ead-bb2f-4b81-8caa-1a0f6160ab24 -OutFile $archive;" ^
|
||||
"Invoke-WebRequest -Uri https://git.mylloon.fr/attachments/a3235ec0-87ac-4f97-adb3-a3425a843a12 -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