mirror of https://github.com/ntop/n2n.git
Tony
2 years ago
committed by
Hamish Coleman
3 changed files with 21 additions and 0 deletions
@ -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 version="1.0.0.0" name="edge" type="win32"/> |
||||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> |
||||
|
<security> |
||||
|
<requestedPrivileges> |
||||
|
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> |
||||
|
</requestedPrivileges> |
||||
|
</security> |
||||
|
</trustInfo> |
||||
|
</assembly> |
@ -0,0 +1,3 @@ |
|||||
|
// https://www.transmissionzero.co.uk/computing/win32-apps-with-mingw/ |
||||
|
// ID_MANIFEST RT_MANIFEST "edge.manifest" |
||||
|
1 24 "edge.manifest" |
Loading…
Reference in new issue