From afe573d2ebc52a8b9572c2ad1c885a2903dc9548 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 30 Aug 2014 23:47:32 -0500 Subject: [PATCH] Spaces in path... and nsi script... issues. --- indra/newview/installers/windows/installer_template.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index 8399d9f56..33549a02b 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -77,8 +77,8 @@ Name "${VIEWERNAME}" SubCaption 0 $(LicenseSubTitleSetup) ; override "license agreement" text BrandingText "Prepare to Implode!" ; bottom of window text -Icon %%SOURCE%%\installers\windows\${INSTALL_ICON} -UninstallIcon %%SOURCE%%\installers\windows\${UNINSTALL_ICON} +Icon "%%SOURCE%%\installers\windows\${INSTALL_ICON}" +UninstallIcon "%%SOURCE%%\installers\windows\${UNINSTALL_ICON}" WindowIcon off ; show our icon in left corner # BGGradient 9090b0 000000 notext CRCCheck on ; make sure CRC is OK