Fabian Maurer : winecfg: Remove processorArchitecture from manifest.

Alexandre Julliard julliard at winehq.org
Tue Jan 2 15:01:28 CST 2018


Module: wine
Branch: stable
Commit: c4a470ef338daab8a5af6ec6ac31a727a344e8a4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c4a470ef338daab8a5af6ec6ac31a727a344e8a4

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Sat Sep  2 01:19:39 2017 +0200

winecfg: Remove processorArchitecture from manifest.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 685bdb2614503f7df7658000c46a5acaff11eb6e)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 programs/winecfg/winecfg.manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/winecfg/winecfg.manifest b/programs/winecfg/winecfg.manifest
index a7e4d88..9008877 100644
--- a/programs/winecfg/winecfg.manifest
+++ b/programs/winecfg/winecfg.manifest
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity type="win32" name="Wine.Winecfg" version="0.0.0.0" processorArchitecture=""/>
+<assemblyIdentity type="win32" name="Wine.Winecfg" version="0.0.0.0"/>
 <dependency>
     <dependentAssembly>
         <assemblyIdentity




More information about the wine-cvs mailing list