Scripts csproj file is now always generated on launch to fix common script build issues #435

Merged
Pycorax merged 1 commits from SP3-6-c-scripting into main 2023-03-22 14:51:02 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit adac12a309 - Show all commits

View File

@ -65,6 +65,7 @@ namespace SHADE
// Generate script assembly if it hasn't been before // Generate script assembly if it hasn't been before
#ifndef _PUBLISH #ifndef _PUBLISH
GenerateScriptsCsProjFile();
BuildScriptAssembly(); BuildScriptAssembly();
#endif #endif