1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

Supply Audacity.exe.manifest instead of generating it.

This commit is contained in:
Henric Jungheim
2017-11-07 07:09:56 -07:00
committed by Paul Licameli
parent bf30c6198c
commit 0c88c8de88
4 changed files with 37 additions and 2 deletions

22
win/Audacity.exe.manifest Normal file
View File

@@ -0,0 +1,22 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<assemblyIdentity
version="2.2.1.0"
processorArchitecture="*"
name="Audacity.Audacity.Audacity"
type="win32"
/>
<description>Audacity® Cross-Platform Sound Editor</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*' />
</dependentAssembly>
</dependency>
</assembly>