summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2026-05-17 02:25:59 -0500
committerGitHub <noreply@github.com>2026-05-17 02:25:59 -0500
commit0c95bf22e6be661fbed83cbc7ac0a43596bc80f4 (patch)
tree889cf09fd8e1679fcf124a5c763e8a07d9846ea1 /src
parent55de581ee9829c5fcb5bae37504fad4e89cac721 (diff)
Add app.manifest to set longPathAware
Diffstat (limited to 'src')
-rw-r--r--src/app.manifest8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app.manifest b/src/app.manifest
new file mode 100644
index 00000000..fc5657f3
--- /dev/null
+++ b/src/app.manifest
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
+ <windowsSettings>
+ <longPathAware xmlns="microsoft.com">true</longPathAware>
+ </windowsSettings>
+ </application>
+</assembly>