* emacs.manifest: Add trustInfo section to Windows manifest.
See http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00805.html for details.
This commit is contained in:
parent
1cfb415b3b
commit
4a787cd276
2 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-04-20 Lewis Perin <perin@panix.com> (tiny change)
|
||||
|
||||
* emacs.manifest: Add trustInfo section to Windows manifest.
|
||||
|
||||
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Branch for 23.2.
|
||||
|
|
|
@ -8,4 +8,14 @@
|
|||
language="*"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86"
|
||||
name="emacs" type="win32"/>
|
||||
<description>GNU Emacs</description>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
|
|
Loading…
Add table
Reference in a new issue