Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Fix assembly output type
Browse files Browse the repository at this point in the history
  • Loading branch information
RealNickk committed Oct 17, 2022
1 parent dfbb55a commit 15449da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Starlight.Launcher/Starlight.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Description>Launcher proxy for Starlight</Description>
<Copyright>Copyright (c) 2022 Substrant</Copyright>
<Platforms>x86</Platforms>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<DebugType>portable</DebugType>
Expand Down

0 comments on commit 15449da

Please sign in to comment.