blob: 0491100a2df2c71ec321265d94b5248d8f51c74b (
plain)
1
2
3
4
5
6
7
8
9
10
|
. $topsrcdir/browser/config/mozconfigs/win32/nightly
#add-on signing is checked but not enforced
MOZ_REQUIRE_SIGNING=
ac_add_options --with-branding=browser/branding/unofficial
ac_add_options --enable-update-channel=default
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=add-on-devel
|