From ac6116ea3de9af36738aeb1f781eefaae5f36db9 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 7 Jan 2019 19:10:22 -0600 Subject: [PATCH] Change x64 download of updater to use base name again. Related to issue #539. --- DS4Windows/DS4Forms/DS4Form.cs | 2 +- DS4Windows/Properties/Resources.Designer.cs | 2 +- DS4Windows/Properties/Resources.resx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index 297ee34..07209fc 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -66,7 +66,7 @@ namespace DS4Windows private const string UPDATER_VERSION = "1.3.0"; private const int WM_QUERYENDSESSION = 0x11; private const int WM_CLOSE = 0x10; - internal string updaterExe = Environment.Is64BitProcess ? "DS4Updater_x64.exe" : "DS4Updater_x86.exe"; + internal string updaterExe = Environment.Is64BitProcess ? "DS4Updater.exe" : "DS4Updater_x86.exe"; [DllImport("user32.dll")] private static extern IntPtr GetForegroundWindow(); diff --git a/DS4Windows/Properties/Resources.Designer.cs b/DS4Windows/Properties/Resources.Designer.cs index 9ff5cf5..44b412b 100644 --- a/DS4Windows/Properties/Resources.Designer.cs +++ b/DS4Windows/Properties/Resources.Designer.cs @@ -1419,7 +1419,7 @@ namespace DS4Windows.Properties { } /// - /// Looks up a localized string similar to Please Download the Updater now, and place it in the programs folder, then check for update again. + /// Looks up a localized string similar to Please Download the Updater now, place it in the programs folder and rename to DS4Updater.exe if on x86, then check for update again. /// public static string PleaseDownloadUpdater { get { diff --git a/DS4Windows/Properties/Resources.resx b/DS4Windows/Properties/Resources.resx index ba05651..c25c2b2 100644 --- a/DS4Windows/Properties/Resources.resx +++ b/DS4Windows/Properties/Resources.resx @@ -545,7 +545,7 @@ ..\Resources\Pairmode.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Please Download the Updater now, and place it in the programs folder, then check for update again + Please Download the Updater now, place it in the programs folder and rename to DS4Updater.exe if on x86, then check for update again Please import or make a profile