From e517f4a1b26267752dc92f7de1f7e2e0573b7db4 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 16 Jan 2020 04:42:15 -0600 Subject: [PATCH] Link to ViGEm installer version 1.16.116 --- DS4Windows/DS4Forms/WelcomeDialog.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DS4Windows/DS4Forms/WelcomeDialog.xaml.cs b/DS4Windows/DS4Forms/WelcomeDialog.xaml.cs index 891d687..9dc46e4 100644 --- a/DS4Windows/DS4Forms/WelcomeDialog.xaml.cs +++ b/DS4Windows/DS4Forms/WelcomeDialog.xaml.cs @@ -14,8 +14,8 @@ namespace DS4WinWPF.DS4Forms public partial class WelcomeDialog : Window { private const string InstallerDL = - "https://github.com/ViGEm/ViGEmBus/releases/download/setup-v1.16.115/ViGEmBus_Setup_1.16.115.exe"; - private const string InstFileName = "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.116.exe"; private string tempInstFileName; Process monitorProc;