File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ rem If Your use cURL version before 7.66.0, delete -Z swith: -C - -LR --create-dirs
3
+ setlocal enableextensions
4
+ if " %2 " == " " (set lng=ru) else (set lng=%2 )
5
+ if " %1 " == " " (echo Missing parameter version number. Usage: tbdn 78.4.3 [^ < lang^ > ] & pause & exit /b)
6
+ curl.exe -C - -LRZ --create-dirs --output Tunderbird\linux-i686\thunderbird-%1 .tar.bz2 http://download-installer.cdn.mozilla.net/pub/thunderbird/releases/%1 /linux-i686/%lng% /thunderbird-%1 .tar.bz2
7
+ curl.exe -C - -LRZ --create-dirs --output Tunderbird\linux-x86_64\thunderbird-%1 .tar.bz2 http://download-installer.cdn.mozilla.net/pub/thunderbird/releases/%1 /linux-x86_64/%lng% /thunderbird-%1 .tar.bz2
8
+ curl.exe -C - -LRZ --create-dirs --output " Tunderbird\win32\Thunderbird Setup %1 .exe" http://download-installer.cdn.mozilla.net/pub/thunderbird/releases/%1 /win32/%lng% /Thunderbird%% 20Setup%% 20%1 .exe
9
+ curl.exe -C - -LRZ --create-dirs --output " Tunderbird\win64\Thunderbird Setup %1 .exe" http://download-installer.cdn.mozilla.net/pub/thunderbird/releases/%1 /win64/%lng% /Thunderbird%% 20Setup%% 20%1 .exe
10
+ exit
You can’t perform that action at this time.
0 commit comments