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
|
// Generate script assembly if it hasn't been before
|
||||||
#ifndef _PUBLISH
|
#ifndef _PUBLISH
|
||||||
|
GenerateScriptsCsProjFile();
|
||||||
BuildScriptAssembly();
|
BuildScriptAssembly();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue