Browse Source

CPack: Avoid space / tab mix in productbuild distribution.xml template

Craig Scott 3 years ago
parent
commit
95eb8cbcfc
1 changed files with 6 additions and 6 deletions
  1. 6 6
      Modules/Internal/CPack/CPack.distribution.dist.in

+ 6 - 6
Modules/Internal/CPack/CPack.distribution.dist.in

@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <installer-gui-script minSpecVersion="1.0">
-    <title>@CPACK_PACKAGE_NAME@</title>
-    <welcome file="@CPACK_RESOURCE_FILE_WELCOME_NOPATH@"/>
-    <readme file="@CPACK_RESOURCE_FILE_README_NOPATH@"/>
-    <license file="@CPACK_RESOURCE_FILE_LICENSE_NOPATH@"/>
-    <options allow-external-scripts="no" customize="allow" rootVolumeOnly="false"></options>
-    @CPACK_PACKAGEMAKER_CHOICES@
+	<title>@CPACK_PACKAGE_NAME@</title>
+	<welcome file="@CPACK_RESOURCE_FILE_WELCOME_NOPATH@"/>
+	<readme file="@CPACK_RESOURCE_FILE_README_NOPATH@"/>
+	<license file="@CPACK_RESOURCE_FILE_LICENSE_NOPATH@"/>
+	<options allow-external-scripts="no" customize="allow" rootVolumeOnly="false"></options>
+	@CPACK_PACKAGEMAKER_CHOICES@
 </installer-gui-script>