Link to ViGEm installer version 1.16.116

This commit is contained in:
Travis Nickles 2020-01-16 04:42:15 -06:00
parent 9ada77e7f0
commit e517f4a1b2

View File

@ -14,8 +14,8 @@ namespace DS4WinWPF.DS4Forms
public partial class WelcomeDialog : Window public partial class WelcomeDialog : Window
{ {
private const string InstallerDL = private const string InstallerDL =
"https://github.com/ViGEm/ViGEmBus/releases/download/setup-v1.16.115/ViGEmBus_Setup_1.16.115.exe"; "https://github.com/ViGEm/ViGEmBus/releases/download/setup-v1.16.116/ViGEmBus_Setup_1.16.116.exe";
private const string InstFileName = "ViGEmBus_Setup_1.16.115.exe"; private const string InstFileName = "ViGEmBus_Setup_1.16.116.exe";
private string tempInstFileName; private string tempInstFileName;
Process monitorProc; Process monitorProc;