diff --git a/.appveyor.yml b/.appveyor.yml index 1e364ad..4e7bd2d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 2.0.1.{build} +version: 2.0.3.{build} pull_requests: do_not_increment_build_number: true branches: diff --git a/EnforceBindingDLL/EnforceBindingDLL.rc b/EnforceBindingDLL/EnforceBindingDLL.rc index c0f77d6..0304a0f 100644 Binary files a/EnforceBindingDLL/EnforceBindingDLL.rc and b/EnforceBindingDLL/EnforceBindingDLL.rc differ diff --git a/GloSC/GloSC.h b/GloSC/GloSC.h index e697c3f..906ebec 100644 --- a/GloSC/GloSC.h +++ b/GloSC/GloSC.h @@ -59,7 +59,7 @@ private: QList uwp_pairs_; - constexpr static const unsigned int GLOSC_VERSION = 0x00000202; //Version Number in as bytes, just remove the dots. + constexpr static const unsigned int GLOSC_VERSION = 0x00000203; //Version Number in as bytes, just remove the dots. int wide_x_ = 711; int small_x_ = 302; diff --git a/GloSC/GloSC.rc b/GloSC/GloSC.rc index 66f91b1..5c38415 100644 Binary files a/GloSC/GloSC.rc and b/GloSC/GloSC.rc differ diff --git a/GloSC_Watchdog/GloSC_Watchdog.rc b/GloSC_Watchdog/GloSC_Watchdog.rc index 15a147c..bb3bda6 100644 Binary files a/GloSC_Watchdog/GloSC_Watchdog.rc and b/GloSC_Watchdog/GloSC_Watchdog.rc differ diff --git a/GloSC_install_script.iss b/GloSC_install_script.iss index e35b5f2..ef55577 100644 --- a/GloSC_install_script.iss +++ b/GloSC_install_script.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "GloSC" -#define MyAppVersion "2.0.2" +#define MyAppVersion "2.0.3" #define MyAppPublisher "Peter Repukat - FlatspotSoftware" #define MyAppURL "htpp://github.com/Alia5/GloSC" #define MyAppExeName "GloSC.exe" diff --git a/SteamTarget/SteamTarget.cpp b/SteamTarget/SteamTarget.cpp index 2cd8bf2..f3b05d3 100644 --- a/SteamTarget/SteamTarget.cpp +++ b/SteamTarget/SteamTarget.cpp @@ -229,7 +229,7 @@ void SteamTarget::launchApplication() stream << "@Echo off\n" << batchContents; file.close(); - const QString launchPath = QDir::toNativeSeparators(applicationDirPath()) + "\\launchApp.bat"; + const QString launchPath = QDir::toNativeSeparators(QStandardPaths::standardLocations(QStandardPaths::AppDataLocation).at(0)) + "\\launchApp.bat"; QProcess::startDetached("explorer.exe", QStringList() << launchPath); if (close_launched_done_) diff --git a/SteamTarget/SteamTarget.rc b/SteamTarget/SteamTarget.rc index ac046c2..e8b9ed1 100644 Binary files a/SteamTarget/SteamTarget.rc and b/SteamTarget/SteamTarget.rc differ diff --git a/TargetConfig.ini b/TargetConfig.ini index c03fee5..1e4b2a7 100644 --- a/TargetConfig.ini +++ b/TargetConfig.ini @@ -6,7 +6,7 @@ bEnableControllers=1 bUseDesktopConfig=0 bHookSteam=1 iUpdateRate=5000 -version=514 +version=515 [LaunchGame] bLaunchGame=0