fix: desktop outputs not working on Windows

This commit is contained in:
Syntriax 2025-07-21 00:04:12 +03:00
parent 9302c7e867
commit ad5f424298

View File

@ -54,6 +54,7 @@
<BeautyLibsDir Condition="$(BeautySharedRuntimeMode) != 'True'">./Libraries</BeautyLibsDir>
<!-- dlls that you don't want to be moved or can not be moved -->
<!-- <BeautyExcludes>dll1.dll;lib*;...</BeautyExcludes> -->
<BeautyExcludes>SDL2.dll</BeautyExcludes>
<!-- dlls that end users never needed, so hide them -->
<BeautyHiddens>hostfxr;hostpolicy;*.deps.json;*.runtimeconfig*.json</BeautyHiddens>
<!-- set to True if you want to disable -->