diff options
Diffstat (limited to 'mmc_updater/src/UpdaterOptions.h')
-rw-r--r-- | mmc_updater/src/UpdaterOptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mmc_updater/src/UpdaterOptions.h b/mmc_updater/src/UpdaterOptions.h index d9104804..d4345490 100644 --- a/mmc_updater/src/UpdaterOptions.h +++ b/mmc_updater/src/UpdaterOptions.h @@ -15,6 +15,7 @@ class UpdaterOptions std::string packageDir; std::string scriptPath; std::string finishCmd; + std::string finishDir; PLATFORM_PID waitPid; std::string logFile; bool showVersion; |