Scripts csproj file is now always generated on launch to fix common script build issues #435
|
@ -65,6 +65,7 @@ namespace SHADE
|
|||
|
||||
// Generate script assembly if it hasn't been before
|
||||
#ifndef _PUBLISH
|
||||
GenerateScriptsCsProjFile();
|
||||
BuildScriptAssembly();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue