Skip to content

Commit

Permalink
Disable CET
Browse files Browse the repository at this point in the history
Causes issues for people on old Windows versions.

Fixes #198, see issue for details.
  • Loading branch information
PJB3005 committed Dec 18, 2024
1 parent 369240a commit d076733
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Launcher.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
-->
<TargetFramework>net9.0</TargetFramework>
<Version>0.30.1</Version>

<!--
CET breaks for people on older, but still supported Windows versions:
https://github.com/space-wizards/SS14.Launcher/issues/198
-->
<CETCompat>false</CETCompat>
</PropertyGroup>
</Project>

0 comments on commit d076733

Please sign in to comment.