From 1c20ceb1537665f33e77af82569573d32b07a552 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 10 Feb 2024 03:17:58 +0100 Subject: [PATCH] fix link for otd --- windows11.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows11.bat b/windows11.bat index 4daf240..d397726 100644 --- a/windows11.bat +++ b/windows11.bat @@ -233,7 +233,7 @@ CMD /c "!local!\vencord_installer.bat" yes ECHO OpenTabletDriver... PowerShell -Command "" ^ "$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;" ^ "$WshShell = New-Object -comObject WScript.Shell;" ^ "$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\OpenTabletDriver.lnk');" ^