Skip to content

Commit

Permalink
Fix ILRepack command path delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Dec 20, 2023
1 parent bbcc9d7 commit 38e5173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KSPMMCfgValidator/KSPMMCfgValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
StandardOutputImportance="low" />
<Exec Condition=" '$(OS)' == 'Unix' "
WorkingDirectory="$(OutputPath)"
Command="mono $(PkgILRepack_MSBuild_Task)/tools/ilrepack.exe /parallel /internalize /wildcards /targetplatform:v4 /log:ILRepack.log /out:Repack\$(AssemblyName).exe $(AssemblyName).exe *.dll"
EchoOff="false"
StandardOutputImportance="high" />
Command="mono $(PkgILRepack_MSBuild_Task)/tools/ilrepack.exe /parallel /internalize /wildcards /targetplatform:v4 /log:ILRepack.log /out:Repack/$(AssemblyName).exe $(AssemblyName).exe *.dll"
EchoOff="true"
StandardOutputImportance="low" />
</Target>
</Project>

0 comments on commit 38e5173

Please sign in to comment.