Skip to content

Commit eb3784f

Browse files
committed
Set AOT conditions correctly
1 parent 5a326c4 commit eb3784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WiiLink-Patcher-CLI/WiiLink Patcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PublishTrimmed>true</PublishTrimmed>
1818
<LangVersion>latest</LangVersion>
1919
<EnableWindowsTargeting>true</EnableWindowsTargeting>
20-
<PublishAOT Condition="$(RuntimeIdentifier.StartsWith('win'))">false</PublishAOT>
20+
<PublishAOT Condition="!$(RuntimeIdentifier.StartsWith('win'))">true</PublishAOT>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)