Skip to content

Commit

Permalink
windows: Set longPathAware in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Feb 2, 2025
1 parent a1b3c1a commit 190f0b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/res/aegisub.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
</assembly>

0 comments on commit 190f0b3

Please sign in to comment.