From 3f6866ad6aada6fca2ec25037f397559b2dc8768 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Thu, 26 Feb 2004 02:59:58 +0000 Subject: [PATCH] Bug #235651 --> Make readme.txt and LICENSE files work --- mail/installer/windows/basemail-win | 2 ++ mail/installer/windows/mail.jst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/installer/windows/basemail-win b/mail/installer/windows/basemail-win index 983eccf70fb..ff357c6e9da 100644 --- a/mail/installer/windows/basemail-win +++ b/mail/installer/windows/basemail-win @@ -41,6 +41,8 @@ thunderbird\mozz.dll thunderbird\xpicleanup.exe thunderbird\thunderbird.exe +thunderbird\LICENSE +thunderbird\README.txt ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Mail Specific Files diff --git a/mail/installer/windows/mail.jst b/mail/installer/windows/mail.jst index e8f91efdf95..b77b03f05fe 100644 --- a/mail/installer/windows/mail.jst +++ b/mail/installer/windows/mail.jst @@ -58,7 +58,7 @@ function createShortcuts() fTemp = fProgram + "$MainExeFile$"; fileExe = getFolder("file:///", fTemp); fileReadme = getFolder("file:///", fProgram + "readme.txt"); - fileLicense = getFolder("file:///", fProgram + "license.txt"); + fileLicense = getFolder("file:///", fProgram + "license"); scExeDesc = "$ProductName$"; scReadmeDesc = "Readme"; scLicenseDesc = "License";