diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | src/mainwindow.cpp | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -9,5 +9,9 @@ CMakeLists.txt.user edit stderr.log stdout.log +vs_stderr.log +vs_stdout.log build +/vsbuild +/CMakeFiles .idea diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index cdc32918..48dfdfbd 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4273,7 +4273,7 @@ void MainWindow::on_bossButton_clicked() parameters << "--game" << m_OrganizerCore.managedGame()->gameShortName()
<< "--gamePath" << QString("\"%1\"").arg(m_OrganizerCore.managedGame()->gameDirectory().absolutePath())
<< "--pluginListPath" << QString("\"%1/loadorder.txt\"").arg(m_OrganizerCore.profilePath())
- << "--out" << outPath;
+ << "--out" << QString("\"%1\"").arg(outPath);
if (m_DidUpdateMasterList) {
parameters << "--skipUpdateMasterlist";
|
