mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-12 14:37:50 +00:00
12 lines
840 B
Plaintext
12 lines
840 B
Plaintext
configure(GENERAL,Product Name,%InstallerScreenText1%)
|
|
configure(GENERAL,Setup Title1,%InstallerScreenText1%)
|
|
configure(GENERAL,Setup Title2,%InstallerScreenText2%)
|
|
configure(GENERAL,Program Folder Name,%ProgramFolderName%)
|
|
configure(Dialog Setup Type,Readme Filename,%ReadMeFile%)
|
|
replaceXPI(core.xpi,bin/chrome/global/skin/default/animthrob.gif,%SmallAnimPath%)
|
|
replaceXPI(core.xpi,bin/chrome/global/skin/default/animthrob_single.gif,%SmallStillPath%)
|
|
replaceXPI(core.xpi,bin/defaults/profile/bookmarks.html,%CustomBookmarkFile%)
|
|
modifyDTD(core.xpi,bin/chrome/navigator/locale/en-US/navigator.dtd,mainWindow.titlemodifier,%CompanyName%)
|
|
modifyDTD(core.xpi,bin/chrome/navigator/locale/en-US/navigator.dtd,throbber.url,%AnimatedLogoURL%)
|
|
modifyDTD(core.xpi,bin/chrome/navigator/locale/en-US/navigator.dtd,defaultHomepage.url,%HomePageURL%)
|