diff options
author | McCabe Maxsted | 2010-01-09 09:13:14 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-01-09 09:14:11 -0700 |
commit | d744b13b174595be7bd5eab748b2201d54f7d036 (patch) | |
tree | ac868fe953f2e03eac3cfc0dac7386f50554d886 /linden/indra/newview/installers/windows/installer_template.nsi | |
parent | Fixed options missing from Text Chat and Input & Camera preferences (see VWR-... (diff) | |
download | meta-impy-d744b13b174595be7bd5eab748b2201d54f7d036.zip meta-impy-d744b13b174595be7bd5eab748b2201d54f7d036.tar.gz meta-impy-d744b13b174595be7bd5eab748b2201d54f7d036.tar.bz2 meta-impy-d744b13b174595be7bd5eab748b2201d54f7d036.tar.xz |
Fixed viewer_manifest.py and default packaging system for Windows (NSIS install script only works manually)
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/installers/windows/installer_template.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/installers/windows/installer_template.nsi b/linden/indra/newview/installers/windows/installer_template.nsi index 32aefda..8afde89 100644 --- a/linden/indra/newview/installers/windows/installer_template.nsi +++ b/linden/indra/newview/installers/windows/installer_template.nsi | |||
@@ -51,8 +51,8 @@ Name ${INSTNAME} | |||
51 | SubCaption 0 $(LicenseSubTitleSetup) ; override "license agreement" text | 51 | SubCaption 0 $(LicenseSubTitleSetup) ; override "license agreement" text |
52 | 52 | ||
53 | BrandingText " " ; bottom of window text | 53 | BrandingText " " ; bottom of window text |
54 | Icon %%SOURCE%%\installers\windows\install_icon.ico | 54 | Icon %%SOURCE%%\res\imp_icon.ico |
55 | UninstallIcon %%SOURCE%%\installers\windows\uninstall_icon.ico | 55 | UninstallIcon %%SOURCE%%\res\imp_icon.ico |
56 | WindowIcon on ; show our icon in left corner | 56 | WindowIcon on ; show our icon in left corner |
57 | BGGradient off ; no big background window | 57 | BGGradient off ; no big background window |
58 | CRCCheck on ; make sure CRC is OK | 58 | CRCCheck on ; make sure CRC is OK |