Bug #235651 --> Make readme.txt and LICENSE files work

This commit is contained in:
scott%scott-macgregor.org 2004-02-26 02:59:58 +00:00
Родитель 7583c2991c
Коммит 756f979fec
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -41,6 +41,8 @@ thunderbird\mozz.dll
thunderbird\xpicleanup.exe
thunderbird\thunderbird.exe
thunderbird\LICENSE
thunderbird\README.txt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Mail Specific Files

Просмотреть файл

@ -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";