2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-03 09:40:18 +00:00

SteamTarget: Launch app: change drive

This commit is contained in:
Peter Repukat 2018-04-15 19:18:37 +02:00
parent 6024548531
commit 312d2a93c5
2 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ void SteamTarget::launchApplication()
programPath = programPath.mid(0, programPath.lastIndexOf("\\"));
const QString batchContents =
"cd \"" + programPath + "\"\n"
"cd /D \"" + programPath + "\"\n"
+ '\"' + QDir::toNativeSeparators(QString::fromStdString(launch_app_path_))
+ '\"' + " " + QString::fromStdString(launch_app_args_);

Binary file not shown.