mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
Fix release.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user