typo
This commit is contained in:
parent
ffd67d58fa
commit
d90cfe53ee
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ PowerShell -Command "" ^
|
|||
"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' -Force;" ^
|
||||
"Move-Item -Path '%ProgramFiles%\DSR\dsr-win32-x64\*' -Destination '%ProgramFiles%\DSR' -Force;" ^
|
||||
"Remove-Item '%ProgramFiles%\DSR\dsr-win32-x64;'"^
|
||||
"Remove-Item '%ProgramFiles%\DSR\dsr-win32-x64;'" ^
|
||||
"$WshShell = New-Object -comObject WScript.Shell;" ^
|
||||
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\DSR.lnk');" ^
|
||||
"$Shortcut.TargetPath = '%ProgramFiles%\DSR\dsr.exe';" ^
|
||||
|
|
Loading…
Reference in a new issue