Updated ViGEmBus installer URL

Related to issue #982
This commit is contained in:
ryochan7@protonmail.com 2019-12-29 16:28:58 -06:00
parent 12b2466111
commit cde7d19c80

View File

@ -14,7 +14,7 @@ namespace DS4WinWPF.DS4Forms
public partial class WelcomeDialog : Window
{
private const string InstallerDL =
"https://github.com/ViGEm/ViGEmBus/releases/download/v1.16.112/ViGEmBus_Setup_1.16.115.exe";
"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";
private string tempInstFileName;