.exe icon when building

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
Lohvarn
Posts: 332
Joined: January 30th, 2004, 9:43 pm
Location: Fort Worth, TX

.exe icon when building

Post by Lohvarn »

I've been unable to find an answer for this. Hopefully one of the builders knows.

I'd like to know where the MozillaFirebird.exe icon is located in the downloaded source. That way I could have my build script replace it after the pull_all and before the make build.

Thanks in advance!
nrthomas
Posts: 1988
Joined: February 9th, 2003, 3:25 pm

Post by nrthomas »

For Firebird try:
<code>mozilla/browser/app/mozilla.ico</code>

and for the installer:
<code>mozilla/toolkit/mozapps/installer/windows/wizard/setuprsc/browser.ico</code>.
User avatar
Lohvarn
Posts: 332
Joined: January 30th, 2004, 9:43 pm
Location: Fort Worth, TX

Post by Lohvarn »

Thanks!
Post Reply