blob: 5d94785764f343cf68ed0182ccb1fa1748d760c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
option confirm off
open miranda-ng
option batch continue
mkdir distr/stable/x%tp%/
mkdir distr/stable/x%tp%/Icons/
mkdir distr/stable/x%tp%/Languages/
mkdir distr/stable/x%tp%/Plugins/
option batch abort
put %Arch%\Icons\*.zip distr/stable/x%tp%/Icons/
put %Arch%\Languages\lang*.zip distr/stable/x%tp%/Languages/
put %Arch%\Plugins\*.zip distr/stable/x%tp%/Plugins/
put %Arch%\miranda%tp%.zip distr/stable/x%tp%/
put %Arch%\hashes.zip distr/stable/x%tp%/
exit
|