Skip to content

Commit

Permalink
Merge pull request ExOK#51 from Calverin/fix-windows
Browse files Browse the repository at this point in the history
Change "Windowx" back to "Windows"
  • Loading branch information
NoelFB authored Feb 4, 2024
2 parents 1ee558c + 756b08b commit 0e11848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Celeste64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<IsLinux>true</IsLinux>
</PropertyGroup>

<PropertyGroup Condition="($(RuntimeIdentifier) == '' and $([MSBuild]::IsOSPlatform('Windowx'))) or $(RuntimeIdentifier.StartsWith('win'))">
<PropertyGroup Condition="($(RuntimeIdentifier) == '' and $([MSBuild]::IsOSPlatform('Windows'))) or $(RuntimeIdentifier.StartsWith('win'))">
<IsWindows>true</IsWindows>
</PropertyGroup>

Expand Down

0 comments on commit 0e11848

Please sign in to comment.