Add -noupdate flag
This commit is contained in:
parent
cc4fb88e4e
commit
c7bb47cd08
@ -3,14 +3,18 @@
|
||||
#include "updater.hpp"
|
||||
#include "game/game.hpp"
|
||||
|
||||
#include <utils/io.hpp>
|
||||
|
||||
#include <utils/flags.hpp>
|
||||
#include <updater/updater.hpp>
|
||||
|
||||
namespace updater
|
||||
{
|
||||
void update()
|
||||
{
|
||||
if (utils::flags::has_flag("noupdate"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
run(game::get_appdata_path());
|
||||
|
Loading…
Reference in New Issue
Block a user