diff options
author | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-09-11 14:47:31 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-09-11 15:02:55 +0200 |
commit | 0de82e08b6546200b266adfb34af458a85ffaf05 (patch) | |
tree | 166bc79a390469c963bbe3ae2a1e5039e963b7ec /heimdall-frontend/Source/mainwindow.cpp | |
parent | Minor OS X UI tweaks. (diff) | |
download | Heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.tar Heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.tar.gz Heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.tar.bz2 Heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.tar.lz Heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.tar.xz Heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.tar.zst Heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.zip |
Diffstat (limited to '')
-rw-r--r-- | heimdall-frontend/Source/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heimdall-frontend/Source/mainwindow.cpp b/heimdall-frontend/Source/mainwindow.cpp index f3732c4..14ae787 100644 --- a/heimdall-frontend/Source/mainwindow.cpp +++ b/heimdall-frontend/Source/mainwindow.cpp @@ -1022,6 +1022,8 @@ void MainWindow::DownloadPit(void) arguments.append("--output");
arguments.append(pitDestinationLineEdit->text());
+ arguments.append("--no-reboot");
+
arguments.append("--stdout-errors");
StartHeimdall(arguments);
|