From 6e8b54bc65fbaf29b2b553b127914ce7667cf337 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 15 Jan 2016 13:15:53 -0800 Subject: [PATCH] remove the branding tag in installer --- cmake/templates/NSIS.template.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 6c80dcfc01..1b5d22e430 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -36,6 +36,7 @@ ; Set name prior to inner loop so uninstaller has correct values Name "@CPACK_NSIS_PACKAGE_NAME@" + BrandingText " " !ifdef INNER !echo "Inner invocation" ; just to see what's going on