From 2363016a76a1fdc1bac30e4b4771a4a97f058a81 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 11 Feb 2020 12:16:23 +0100 Subject: [PATCH] Unify component GUIDs across platforms Signed-off-by: Simon Rozman --- Updater | 2 +- ZRCola/MSIBuild/Makefile | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Updater b/Updater index caff629..4cd1196 160000 --- a/Updater +++ b/Updater @@ -1 +1 @@ -Subproject commit caff6295344c8e151c80a115012ec83f66b860d6 +Subproject commit 4cd1196d14d17407c561a2be461f3a93432c84e6 diff --git a/ZRCola/MSIBuild/Makefile b/ZRCola/MSIBuild/Makefile index 292eeb7..02e44b1 100644 --- a/ZRCola/MSIBuild/Makefile +++ b/ZRCola/MSIBuild/Makefile @@ -86,12 +86,7 @@ All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" Signature_ ComponentId Type s$(MSIBUILD_LENGTH_ID) s38 I2 CompLocator Signature_ -!IF "$(PLAT)" == "Win32" -clZRCola.exe.Win32 {F30B6545-6203-4B7D-8575-85245A0F90E5} 1 -!ENDIF -!IF "$(PLAT)" == "x64" -clZRCola.exe.x64 {D45B105D-2303-459A-AF4B-52AC3AAD5510} 1 -!ENDIF +clZRCola.exe.$(PLAT) {6DB513F9-BC90-4CE7-821$(MSIBUILD_PLAT_GUID)-AA50BF31F34E} 1 <