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');" ^