blob: 7aeb27f380c21363b188d98baeed07f3d85c241b (
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
|