diff options
author | coyot <none@none> | 2017-06-27 13:32:34 -0700 |
---|---|---|
committer | coyot <none@none> | 2017-06-27 13:32:34 -0700 |
commit | 6eae3c6f4f875bd33835a885700fa3bede53e103 (patch) | |
tree | 6847f8bd6c1fdede6ac2ac0224de1ab57d3a0ec4 /indra/newview/installers/windows | |
parent | cc85030f7e5d2e218759179a134db0bc60e80615 (diff) |
use icon in viewer exe for shortcut
Diffstat (limited to 'indra/newview/installers/windows')
-rw-r--r-- | indra/newview/installers/windows/installer_template.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index 69e7e06243..809f7367d7 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -277,6 +277,7 @@ SetShellVarContext all # Install for all users (if you change this, change it # Start with some default values.
StrCpy $INSTPROG "${INSTNAME}"
StrCpy $INSTEXE "${INSTEXE}"
+StrCpy $VIEWER_EXE "${VIEWER_EXE}"
StrCpy $INSTSHORTCUT "${SHORTCUT}"
Call CheckIfAdministrator # Make sure the user can install/uninstall
|