mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Change x64 download of updater to use base name again.
Related to issue #539.
This commit is contained in:
parent
6b8bb9300f
commit
ac6116ea3d
@ -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();
|
||||
|
2
DS4Windows/Properties/Resources.Designer.cs
generated
2
DS4Windows/Properties/Resources.Designer.cs
generated
@ -1419,7 +1419,7 @@ namespace DS4Windows.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
public static string PleaseDownloadUpdater {
|
||||
get {
|
||||
|
@ -545,7 +545,7 @@
|
||||
<value>..\Resources\Pairmode.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="PleaseDownloadUpdater" xml:space="preserve">
|
||||
<value>Please Download the Updater now, and place it in the programs folder, then check for update again</value>
|
||||
<value>Please Download the Updater now, place it in the programs folder and rename to DS4Updater.exe if on x86, then check for update again</value>
|
||||
</data>
|
||||
<data name="PleaseImport" xml:space="preserve">
|
||||
<value>Please import or make a profile</value>
|
||||
|
Loading…
Reference in New Issue
Block a user