diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-20 13:04:46 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-20 13:04:46 +0000 |
commit | 67010ebc31ce45e6c42d2c31d983f3988bb320e1 (patch) | |
tree | 74b76b8cbe9ee7107bf82ca0f6f638dfb71e5dcf /plugins/!NotAdopted/WinPopup/winpopup_proto_pack.cmd | |
parent | 028d608b3ff9da41e8b01a2c42e31835fd879d8d (diff) |
added some old plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@4123 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/WinPopup/winpopup_proto_pack.cmd')
-rw-r--r-- | plugins/!NotAdopted/WinPopup/winpopup_proto_pack.cmd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/WinPopup/winpopup_proto_pack.cmd b/plugins/!NotAdopted/WinPopup/winpopup_proto_pack.cmd new file mode 100644 index 0000000000..5d7557b1f8 --- /dev/null +++ b/plugins/!NotAdopted/WinPopup/winpopup_proto_pack.cmd @@ -0,0 +1,6 @@ +set version=0.0.0.19
+md "setup"
+del "setup\winpopup_proto-%version%.zip"
+"%ProgramFiles%\WinRar\winrar.exe" a -ep -m5 -cfg- -afzip "setup\winpopup_proto-%version%.zip" winpopup_proto_readme.txt winpopup_proto_translation.txt Win32\release\winpopup_proto.dll
+del "setup\winpopup_proto_src-%version%.zip"
+"%ProgramFiles%\WinRar\winrar.exe" a -m5 -ed -ep1 -r -cfg- -afzip "setup\winpopup_proto_src-%version%.zip" *.* -x*\.svn\* -x*\debug\* -x*\release\* -x*\setup\* -x*.user -x*.aps -x*.ncb -x*.suo
\ No newline at end of file |