summaryrefslogtreecommitdiffstats
path: root/mmc_updater/src
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-12-06 12:59:58 -0600
committerAndrew <forkk@forkk.net>2013-12-06 12:59:58 -0600
commit6ac94ddcb6f64ffae3948bed778bccc33a92f0fd (patch)
tree31cb30a051772bb49339514b79acf07ae9661c95 /mmc_updater/src
parente90f1a27569ac6b9e9782646c9de92fc9534b1d2 (diff)
downloadMultiMC-6ac94ddcb6f64ffae3948bed778bccc33a92f0fd.tar
MultiMC-6ac94ddcb6f64ffae3948bed778bccc33a92f0fd.tar.gz
MultiMC-6ac94ddcb6f64ffae3948bed778bccc33a92f0fd.tar.lz
MultiMC-6ac94ddcb6f64ffae3948bed778bccc33a92f0fd.tar.xz
MultiMC-6ac94ddcb6f64ffae3948bed778bccc33a92f0fd.zip
Finish implementing update installation.
Also add the option to update on exit.
Diffstat (limited to 'mmc_updater/src')
-rw-r--r--mmc_updater/src/UpdateInstaller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmc_updater/src/UpdateInstaller.cpp b/mmc_updater/src/UpdateInstaller.cpp
index 3ddc1ec0..ced6ff39 100644
--- a/mmc_updater/src/UpdateInstaller.cpp
+++ b/mmc_updater/src/UpdateInstaller.cpp
@@ -388,7 +388,7 @@ void UpdateInstaller::restartMainApp()
{
try
{
- std::string command = m_installDir + '/' + m_finishCmd;
+ std::string command = m_finishCmd;
std::list<std::string> args;
if (!command.empty())