From 760c3ae475b4b39b486f72c7adb8c1f1d83b440f Mon Sep 17 00:00:00 2001 From: watcherhd Date: Sat, 5 Aug 2017 18:28:13 +0300 Subject: build scripts for those who are willing to keep it all going --- tools/build_scripts/z5_UploadArchivesStable.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tools/build_scripts/z5_UploadArchivesStable.txt (limited to 'tools/build_scripts/z5_UploadArchivesStable.txt') diff --git a/tools/build_scripts/z5_UploadArchivesStable.txt b/tools/build_scripts/z5_UploadArchivesStable.txt new file mode 100644 index 0000000000..e2804fe6be --- /dev/null +++ b/tools/build_scripts/z5_UploadArchivesStable.txt @@ -0,0 +1,17 @@ +option batch abort + +option confirm off + +open watcher + +rm distr/stable/version.txt +rm distr/stable/miranda-ng-v*.7z +rm distr/stable/miranda-ng-v*.exe + +put "%SourceDir%\version.txt" distr/stable/ + +put "%ArchDistr%\miranda-ng-v*.7z" distr/stable/ +put "%ArchDistr%\miranda-ng-v*.exe" distr/stable/ +put "%ArchDistr%\miranda-ng-debug-symbols_pdb*.7z" distr/stable/ + +exit \ No newline at end of file -- cgit v1.2.3