Remove update_test folder for debug
This commit is contained in:
parent
f8be4ff71b
commit
7a6858151b
@ -166,11 +166,7 @@ namespace updater
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
return utils::io::write_file("update_test/" + name, data);
|
||||
#else
|
||||
return utils::io::write_file(name, data);
|
||||
#endif
|
||||
}
|
||||
|
||||
void delete_old_file()
|
||||
|
Loading…
Reference in New Issue
Block a user