mirror of https://gitlab.com/basile.b/dexed.git
added windows script to make the zip file
This commit is contained in:
parent
b877ce5f08
commit
dd9d0bbd4c
|
@ -17,6 +17,7 @@
|
||||||
*.png
|
*.png
|
||||||
*.ico
|
*.ico
|
||||||
*.txt
|
*.txt
|
||||||
|
*.zip
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
backup
|
backup
|
||||||
doc
|
doc
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue