I have found this error with the OpenRa.Mods.RA csproj: copy "thirdparty/FuzzyLogicLibrary.dll" "$(SolutionDir)", this should be: cd "$(SolutionDir)thirdparty/" copy "FuzzyLogicLibrary.dll" "$(SolutionDir)" in two seperated codes, this FuzzyLogicLibrary.dll copy error can be fixed in both Windows and Linux environment
22 KiB
22 KiB