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:
parent
6024548531
commit
312d2a93c5
@ -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.
Loading…
Reference in New Issue
Block a user