Add longPathAware manifest to enable long paths on Windows

Fixes: #1900
This commit is contained in:
Cristian Adam 2022-12-12 23:04:02 +01:00
parent c6e002d86d
commit 870b59b71f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<application>
<windowsSettings>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
</assembly>