Updated Welcome Dialog to usee ViGEm Installer 1.6.115

This commit is contained in:
Travis Nickles 2019-05-16 22:02:03 -05:00
parent d227e087d9
commit fa38d4e315

View File

@ -16,8 +16,8 @@ namespace DS4Windows.Forms
public partial class WelcomeDialog : Form
{
private const string InstallerDL =
"https://github.com/ViGEm/ViGEmBus/releases/download/v1.16.112/ViGEmBus_Setup_1.16.112.exe";
private const string InstFileName = "ViGEmBus_Setup_1.16.112.exe";
"https://github.com/ViGEm/ViGEmBus/releases/download/v1.16.112/ViGEmBus_Setup_1.16.115.exe";
private const string InstFileName = "ViGEmBus_Setup_1.16.115.exe";
public WelcomeDialog(bool loadConfig=false)
{