mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Add 7zip support to the thunderbird trunk builds
This commit is contained in:
parent
3463d7c57f
commit
ae09b6ebc9
6
mail/installer/windows/7zip.bat
Executable file
6
mail/installer/windows/7zip.bat
Executable file
@ -0,0 +1,6 @@
|
||||
cd 7zstage
|
||||
7z a -t7z ..\7z\app.7z *.* -m0=LZMA:d25m:fb128 -mx9
|
||||
cd ..\7z
|
||||
upx -9 7zSD.sfx
|
||||
copy /b 7zSD.sfx+app.tag+app.7z SetupGeneric.exe
|
||||
cd ..
|
4
mail/installer/windows/app.tag
Normal file
4
mail/installer/windows/app.tag
Normal file
@ -0,0 +1,4 @@
|
||||
;!@Install@!UTF-8!
|
||||
Title="Mozilla Thunderbird"
|
||||
RunProgram="setup.exe"
|
||||
;!@InstallEnd@!
|
@ -12,3 +12,4 @@ FileUninstallZIP = UninstallThunderbird.zip
|
||||
FileInstallerNETRoot = ThunderbirdNetSetup
|
||||
ComponentList = xpcom,mail,talkback,deflenus,langenus,regus,offline
|
||||
LicenseFile = mail/LICENSE.txt
|
||||
7ZipSFXModule = other-licenses/7zstub/thunderbird/7zSD.sfx
|
Loading…
Reference in New Issue
Block a user