John Luo 6 лет назад
Родитель
Сommit
99ee868090
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Installers/Windows/Wix.targets

+ 1 - 1
src/Installers/Windows/Wix.targets

@@ -21,7 +21,7 @@
   </PropertyGroup>
 
   <PropertyGroup>
-    <GuidInputs>$(Version);$(Platform);(VersionSuffix)</GuidInputs>
+    <GuidInputs>$(Version);$(Platform);$(VersionSuffix)</GuidInputs>
   </PropertyGroup>
 
   <Target Name="GenerateGUIDs" BeforeTargets="BeforeBuild" DependsOnTargets="_GeneratePackageGuids;_GenerateBundleGuids" Condition=" '$(DisableGuidGeneration)' != 'true' " />