mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 08:59:28 +02:00
Change manifest from 'any architecture' to '32bit'.
Also upped version. The reason to change to 32 bit, is that * (i.e. any) can lead to a mix of 32 bit and 64 bit on 64 bit systems. That in turn can lead to reported SxS 78 errors.
This commit is contained in:
parent
fb490c24b8
commit
c2e07b4620
@ -1,8 +1,8 @@
|
||||
<?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="*"
|
||||
version="2.3.0.0"
|
||||
processorArchitecture="x86"
|
||||
name="Audacity.Audacity.Audacity"
|
||||
type="win32"
|
||||
/>
|
||||
@ -16,7 +16,7 @@
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*' />
|
||||
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*' />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
Loading…
x
Reference in New Issue
Block a user