mirror of https://gitlab.com/basile.b/dexed.git
added linux scripts to make the zip files
This commit is contained in:
parent
379d161a7b
commit
b877ce5f08
|
@ -19,4 +19,8 @@ backup
|
|||
doc
|
||||
lib
|
||||
temp
|
||||
ppas.bat
|
||||
ppas.bat
|
||||
.directory
|
||||
lazproj/cetodo
|
||||
lazproj/cesyms
|
||||
lazproj/coedit
|
||||
|
|
|
@ -22,4 +22,7 @@ backup
|
|||
doc
|
||||
lib
|
||||
temp
|
||||
ppas.bat
|
||||
nux32
|
||||
nux64
|
||||
win32
|
||||
ppas.bat
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
zip -9 -j \
|
||||
"coedit.1update2.linux32.zip" \
|
||||
nux32/dcd.license.txt nux32/coedit.license.txt \
|
||||
nux32/coedit nux32/cetodo nux32/cesyms \
|
||||
nux32/coedit.ico nux32/coedit.png \
|
||||
nux32/dcd-server nux32/dcd-client
|
|
@ -0,0 +1,6 @@
|
|||
zip -9 -j \
|
||||
"coedit.1update2.linux32.zip" \
|
||||
nux64/dcd.license.txt nux64/coedit.license.txt \
|
||||
nux64/coedit nux64/cetodo nux64/cesyms \
|
||||
nux64/coedit.ico nux64/coedit.png \
|
||||
nux64/dcd-server nux64/dcd-client
|
Loading…
Reference in New Issue