We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd528c + 8b1d676 commit e9a2fe0Copy full SHA for e9a2fe0
compat/win32/git.manifest
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3
+ <assemblyIdentity type="win32" name="Git" version="0.0.0.1" />
4
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
5
+ <security>
6
+ <requestedPrivileges>
7
+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
8
+ </requestedPrivileges>
9
+ </security>
10
+ </trustInfo>
11
+</assembly>
git.rc
@@ -20,3 +20,5 @@ BEGIN
20
VALUE "Translation", 0x409, 1200
21
END
22
23
+
24
+1 RT_MANIFEST "compat/win32/git.manifest"
0 commit comments