summaryrefslogtreecommitdiff
path: root/tools/build_scripts/z4_UploadPluginUpdaterStable.txt
blob: 309b7047983d02b711ce47b6c00a3eab4beb5d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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%\msvcp100.zip distr/stable/x%tp%/
put %Arch%\msvcr100.zip distr/stable/x%tp%/
put %Arch%\hashes.zip distr/stable/x%tp%/

exit