Fix release.

This commit is contained in:
Mikaël Capelle
2022-05-02 23:04:51 +02:00
parent b7de6c4dfa
commit a6f2cbee45
-2
View File
@@ -116,8 +116,6 @@ void release_command::make_uibase()
op::archive_from_glob(gcx(),
tasks::modorganizer::super_path() / "uibase" / "src" / "*.h", out, {});
op::archive_from_glob(gcx(),
tasks::modorganizer::super_path() / "game_features" / "src" / "*.h", out, {});
op::archive_from_files(gcx(), { conf().path().install_libs() / "uibase.lib" }, conf().path().install_libs(), out);
}