additions
This commit is contained in:
@@ -38,6 +38,8 @@ DECLARE_BUILD_STAGE(install_game)
|
||||
if ( GET_PROJECT_VALUE(config, "bundle") == "true" ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
filesystem2->MakeDirectory(CUtlString("%s/core/",szOutputDir.GetString()));
|
||||
filesystem2->CopyFile(szOutputDir, GET_PROJECT_OBJECT(launcher, "launcher"));
|
||||
filesystem2->CopyDirectory(CUtlString("%s/core/",szOutputDir.GetString()), "funnyassets/maps");
|
||||
filesystem2->CopyDirectory(CUtlString("%s/core/",szOutputDir.GetString()), "funnyassets/models");
|
||||
|
||||
Reference in New Issue
Block a user