diff --git a/Updater b/Updater index 278cce1..fbbf89b 160000 --- a/Updater +++ b/Updater @@ -1 +1 @@ -Subproject commit 278cce1b4c17c8da9e615bae986bc9fe6eb670b3 +Subproject commit fbbf89ba55004c6b94b5f5b3d149d0176ca83477 diff --git a/ZRCola/MSIBuild/Makefile b/ZRCola/MSIBuild/Makefile index 4a48632..67f95d6 100644 --- a/ZRCola/MSIBuild/Makefile +++ b/ZRCola/MSIBuild/Makefile @@ -86,7 +86,12 @@ All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" Signature_ ComponentId Type s$(MSIBUILD_LENGTH_ID) s38 I2 CompLocator Signature_ -clZRCola.exe.$(PLAT) {6DB513F9-BC90-4CE7-821$(MSIBUILD_PLAT_GUID)-AA50BF31F34E} 1 +!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 <