Changed ScpVBus download URL

This commit is contained in:
Travis Nickles 2018-12-29 00:27:36 -06:00
parent 8b8a697792
commit 6ed165c29f

View File

@ -43,7 +43,7 @@ namespace DS4Windows
WebClient wb = new WebClient(); WebClient wb = new WebClient();
if (!driverinstalling) if (!driverinstalling)
{ {
wb.DownloadFileAsync(new Uri("http://23.239.26.40/ds4windows/files/Virtual Bus Driver.zip"), exepath + "\\VBus.zip"); wb.DownloadFileAsync(new Uri("https://github.com/Ryochan7/DS4Windows/raw/jay/extras/Virtual Bus Driver.zip"), exepath + "\\VBus.zip");
wb.DownloadProgressChanged += wb_DownloadProgressChanged; wb.DownloadProgressChanged += wb_DownloadProgressChanged;
wb.DownloadFileCompleted += wb_DownloadFileCompleted; wb.DownloadFileCompleted += wb_DownloadFileCompleted;
driverinstalling = true; driverinstalling = true;