chore(premake5.lua): remove updater.cpp from build

This commit is contained in:
Rim 2025-03-09 01:29:45 -05:00
parent f613fe8adb
commit aa75f2247e

View File

@ -387,4 +387,10 @@ links {"common"}
dependencies.imports()
group "Dependencies"
dependencies.projects()
dependencies.projects()
removefiles { "src/client/component/updater.cpp", "src/client/component/updater.hpp" }
-- filter { "configurations:Release", "files:src/client/component/updater.cpp" }
-- flags { "ExcludeFromBuild" }
-- filter {}