From bc952cb217c690e4fa4f014aa30baf8fb4b6fc07 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sun, 15 Apr 2018 18:55:58 +0200 Subject: [PATCH 1/2] SteamTarget: Fix launching apps. --- SteamTarget/SteamTarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamTarget/SteamTarget.cpp b/SteamTarget/SteamTarget.cpp index 09314d5..87b4950 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_) From 6024548531d6ae4acd816b5f1e13fbc0246965ec Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sun, 15 Apr 2018 18:58:38 +0200 Subject: [PATCH 2/2] Bump version --- .appveyor.yml | 2 +- EnforceBindingDLL/EnforceBindingDLL.rc | Bin 5518 -> 5518 bytes GloSC/GloSC.h | 2 +- GloSC/GloSC.rc | Bin 5952 -> 5952 bytes GloSC_Watchdog/GloSC_Watchdog.rc | Bin 5386 -> 5386 bytes GloSC_install_script.iss | 2 +- SteamTarget/SteamTarget.rc | Bin 6310 -> 6310 bytes TargetConfig.ini | 2 +- 8 files changed, 4 insertions(+), 4 deletions(-) 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 c0f77d60492cc3ec731fc4413026b080268aae2f..0304a0f2322038baec41b5aa86c9358d4a6806db 100644 GIT binary patch delta 21 bcmeCv?$h27#m#8EIhvc54M-&l>aqX;MJ5Gm delta 21 bcmeCv?$h27#m#86Ihvc54M-&l>aqX;MH2;R 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 66f91b12eb9c6df0cd8eb0a3fccf7655905a2e15..5c38415d5b73988557fac55d211bc79468bbfac0 100644 GIT binary patch delta 38 rcmX@0cR+7L6fdLkaKt(6Hx4~fb?cPVIdX(>&^=c delta 38 rcmX@0cR+7L6fdLEaKt(6Hx4~fb?cPVIdX(>wOCc diff --git a/GloSC_Watchdog/GloSC_Watchdog.rc b/GloSC_Watchdog/GloSC_Watchdog.rc index 15a147cda188fa5797cdcc34dfb818b76219503b..bb3bda63276a287ed78f920f7580752cfe22edaf 100644 GIT binary patch delta 30 lcmeCu>eAW}#m#8EIhwnXmD!jEp~YN+EC7E42Jrv@ delta 30 lcmeCu>eAW}#m#86IhwnXmDz|vZ!#mVEp~YN+EC7Dq2JZj> 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.rc b/SteamTarget/SteamTarget.rc index ac046c28f02779416ca11dc463a72932d4a694a7..e8b9ed1430abe8832c1abf91ee224fd8c8926874 100644 GIT binary patch delta 41 vcmZ2xxXf_F5k5xa$w&DN8I3o8=M!fJQv5=hOh7SyA?eA>M1&SE6JY@W8aWI& delta 41 vcmZ2xxXf_F5k5wv$w&DN8I3l7=M!fJQv5=hOh7SyA?eA>M1&SE6JY@W8Qcss 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