From 570ed3afdfdef67280f04ad5bde9d4248639f2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Sun, 19 Jul 2020 16:14:23 +1200 Subject: [PATCH] Add windows manifest to enable long path support (#163) - `requestedPrivileges`: explicitly set privilege level to be the same as parent - `longPathAware`: opt into transparent long path support on Win10 and above --- src/windows.manifest | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/windows.manifest diff --git a/src/windows.manifest b/src/windows.manifest new file mode 100644 index 0000000..759720e --- /dev/null +++ b/src/windows.manifest @@ -0,0 +1,15 @@ + + + + + + + + + + + + true + + +