Skip to content

Commit

Permalink
Fixed the runtime identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
slxdy committed Apr 2, 2024
1 parent cbef4ae commit 5f87f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TweaksLauncher/TweaksLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
<RuntimeIdentifier Condition="'$(Platform)' == 'AnyCPU'">win-x64</RuntimeIdentifier>
<RuntimeIdentifier Condition="'$(Platform)' == 'x86'">win-x86</RuntimeIdentifier>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 5f87f19

Please sign in to comment.