Skip to content

Commit

Permalink
Merge pull request git#33 from dscho/manifest
Browse files Browse the repository at this point in the history
Embed a manifest into git.exe
  • Loading branch information
sschuberth committed Mar 9, 2015
2 parents 3cd528c + 8b1d676 commit e9a2fe0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions compat/win32/git.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="Git" version="0.0.0.1" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
2 changes: 2 additions & 0 deletions git.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ BEGIN
VALUE "Translation", 0x409, 1200
END
END

1 RT_MANIFEST "compat/win32/git.manifest"

0 comments on commit e9a2fe0

Please sign in to comment.