fix dirty check

This commit is contained in:
quaK 2024-07-13 04:13:51 +03:00
parent 777f3aaa8d
commit 4f5d7237b6

View File

@ -432,6 +432,6 @@ namespace updater
};
}
#ifndef GIT_DIRTY
#if GIT_DIRTY == 0
REGISTER_COMPONENT(updater::component)
#endif