From dd9d0bbd4cf1f53041c05fdfea4ffdf30af3b9c9 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 25 Aug 2015 09:45:40 +0200 Subject: [PATCH] added windows script to make the zip file --- cesetup/.gitignore | 1 + cesetup/zip-win32.bat | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 cesetup/zip-win32.bat diff --git a/cesetup/.gitignore b/cesetup/.gitignore index 4f81503d..b64f7495 100644 --- a/cesetup/.gitignore +++ b/cesetup/.gitignore @@ -17,6 +17,7 @@ *.png *.ico *.txt +*.zip Thumbs.db backup doc diff --git a/cesetup/zip-win32.bat b/cesetup/zip-win32.bat new file mode 100644 index 00000000..42da41da --- /dev/null +++ b/cesetup/zip-win32.bat @@ -0,0 +1,8 @@ +cd win32 +:: assuming 7zip binary folder is somewhere in PATH +7z a -tzip -mx9^ + ..\coedit.1update2.win32.zip^ + dcd.license.txt coedit.license.txt^ + coedit.exe cetodo.exe cesyms.exe^ + coedit.ico coedit.png^ + dcd-server.exe dcd-client.exe \ No newline at end of file