parent
b79744a7e2
commit
8a13480695
@ -8,7 +8,7 @@ namespace updater
|
|||||||
{
|
{
|
||||||
void run(const std::filesystem::path& base)
|
void run(const std::filesystem::path& base)
|
||||||
{
|
{
|
||||||
const utils::nt::library self;
|
const auto self = utils::nt::library::get_by_address(run);
|
||||||
const auto self_file = self.get_path();
|
const auto self_file = self.get_path();
|
||||||
|
|
||||||
updater_ui updater_ui{};
|
updater_ui updater_ui{};
|
||||||
|
Loading…
Reference in New Issue
Block a user