Skip to content

Commit 8522ec6

Browse files
committed
Remove terminal from release build
Accidentally turned this off
1 parent add29c6 commit 8522ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuestPatcher/QuestPatcher.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<OutputType>Exe</OutputType>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
26-
<OutputType>Exe</OutputType>
26+
<OutputType>WinExe</OutputType>
2727
<DebugType>embedded</DebugType>
2828
<SelfContained>true</SelfContained>
2929
<PublishTrimmed>true</PublishTrimmed>

0 commit comments

Comments
 (0)