diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-12 19:12:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-12 19:12:56 -0400 |
| commit | 6c881c8502cc6707b56676e767057dd4bda8d363 (patch) | |
| tree | eba767a8f42160e9cc510968eeaf6ef2cec0ff10 /src/mainwindow.cpp | |
| parent | 56ae2bc24deec35604936c1141c630dee4ae2cba (diff) | |
| parent | 0b480089c327e4037ada6f4bb649b180660f2923 (diff) | |
Merge pull request #869 from isanae/loot-fix
Fixed loot not being hooked, bumped to alpha 4.1
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8d42d020..177c2a23 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -6566,6 +6566,7 @@ void MainWindow::on_bossButton_clicked() sp.binary = QFileInfo(qApp->applicationDirPath() + "/loot/lootcli.exe"); sp.arguments = parameters.join(" "); sp.currentDirectory.setPath(qApp->applicationDirPath() + "/loot"); + sp.hooked = true; sp.stdOut = stdOutWrite; HANDLE loot = spawn::startBinary(this, sp); |
