Skip to content

Commit

Permalink
Remove terminal from release build
Browse files Browse the repository at this point in the history
Accidentally turned this off
  • Loading branch information
Lauriethefish committed Dec 20, 2023
1 parent add29c6 commit 8522ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuestPatcher/QuestPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<DebugType>embedded</DebugType>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
Expand Down

0 comments on commit 8522ec6

Please sign in to comment.