disabling nsis installer so we can generate a usable nightly

This commit is contained in:
mattwillis%gmail.com 2006-06-29 19:09:59 +00:00
Родитель ee25a80ef8
Коммит 69260a4b45
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -17,5 +17,5 @@ ac_add_options --enable-optimize
ac_add_options --enable-static
ac_add_options --disable-shared
#ac_add_options --enable-extensions=lightning
ac_add_options --enable-installer
ac_add_options --disable-installer
ac_add_options --disable-tests

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

@ -11,14 +11,14 @@
#-----------------------------------------------------------------------------
# Purpose: Controls whether a 7-Zip Self Extracting Full Installer is made.
# Requires: Windows and a local 7-Zip installation.
$ENV{MOZ_INSTALLER_USE_7ZIP} = 1;
#$ENV{MOZ_INSTALLER_USE_7ZIP} = 1;
# $ENV{MOZ_PACKAGE_NSIS}
#-----------------------------------------------------------------------------
# Purpose: Controls whether the Nullsoft Installer System is used for
# creating an installer.
# Requires: Windows and a local NSIS installation.
$ENV{MOZ_PACKAGE_NSIS} = 1;
#$ENV{MOZ_PACKAGE_NSIS} = 1;
# $ENV{MOZ_PACKAGE_MSI}
#-----------------------------------------------------------------------------
@ -215,7 +215,7 @@ $url_path = "http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightl
$milestone = "trunk";
$notify_list = "build-announce\@mozilla.org";
$stub_installer = 0;
$sea_installer = 1;
#$sea_installer = 1;
$archive = 1;
$push_raw_xpis = 0;