Skip to content

Commit

Permalink
Merge pull request #959 from Miepee/unix
Browse files Browse the repository at this point in the history
Add hotfix for unix breakage
  • Loading branch information
Grossley committed Jun 11, 2022
2 parents 0168bec + ab6a659 commit 2dc771d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UndertaleModCli/UndertaleModCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@
<ProjectReference Include="..\UndertaleModLib\UndertaleModLib.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="runtimeconfig.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions UndertaleModCli/runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"configProperties": {
"System.Drawing.EnableUnixSupport": true
}
}

0 comments on commit 2dc771d

Please sign in to comment.