fix link for otd
This commit is contained in:
parent
5bb6b38c7f
commit
1c20ceb153
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ CMD /c "!local!\vencord_installer.bat" yes
|
||||||
ECHO OpenTabletDriver...
|
ECHO OpenTabletDriver...
|
||||||
PowerShell -Command "" ^
|
PowerShell -Command "" ^
|
||||||
"$archive = '%TEMP%\OpenTabletDriver.win-x64.zip';" ^
|
"$archive = '%TEMP%\OpenTabletDriver.win-x64.zip';" ^
|
||||||
"Invoke-WebRequest -Uri https://opentabletdriver.net/Release/Download/OpenTabletDriver.win-x64.zip -OutFile $archive;" ^
|
"Invoke-WebRequest -Uri https://github.com/OpenTabletDriver/OpenTabletDriver/releases/latest/download/OpenTabletDriver.win-x64.zip -OutFile $archive;" ^
|
||||||
"Expand-Archive -Path $archive -DestinationPath '%ProgramFiles%\OpenTabletDriver' -Force;" ^
|
"Expand-Archive -Path $archive -DestinationPath '%ProgramFiles%\OpenTabletDriver' -Force;" ^
|
||||||
"$WshShell = New-Object -comObject WScript.Shell;" ^
|
"$WshShell = New-Object -comObject WScript.Shell;" ^
|
||||||
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\OpenTabletDriver.lnk');" ^
|
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\OpenTabletDriver.lnk');" ^
|
||||||
|
|
Loading…
Reference in a new issue