mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-23 23:21:49 +01:00
Account for new updater version. Now using Visual Studio 2017 as main build env
This commit is contained in:
parent
d56d4db65a
commit
7ae423c05a
@ -66,7 +66,7 @@ namespace DS4Windows
|
||||
{ "DS4Windows v" + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion,
|
||||
string.Empty, string.Empty, string.Empty, string.Empty };
|
||||
|
||||
internal const string UPDATER_VERSION = "1.1.404.0";
|
||||
internal const string UPDATER_VERSION = "1.2.4.0";
|
||||
internal static int WM_QUERYENDSESSION = 0x11;
|
||||
internal string updaterExe = Environment.Is64BitProcess ? "DS4Updater.exe" : "DS4Updater_x86.exe";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user