Fix/remove tests from the gutted updater

This commit is contained in:
Petr Mrázek
2013-12-15 23:46:48 +01:00
parent b0e8037feb
commit b773ef08af
10 changed files with 45 additions and 357 deletions

View File

@@ -142,7 +142,7 @@ void UpdaterOptions::parse(int argc, char** argv)
showVersion = parser.getFlag("version");
forceElevated = parser.getFlag("force-elevated");
autoClose = parser.getFlag("auto-close");
if (installDir.empty())
{
// if no --install-dir argument is present, try parsing
@@ -152,3 +152,4 @@ void UpdaterOptions::parse(int argc, char** argv)
}
}