зеркало из https://github.com/mozilla/pjs.git
Bug #235651 --> Make readme.txt and LICENSE files work
This commit is contained in:
Родитель
69aec39aa2
Коммит
3f6866ad6a
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче