mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-03 14:12:11 +00:00
Fix/remove tests from the gutted updater
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user