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
|
@ -20,3 +20,7 @@ doc
|
||||||
lib
|
lib
|
||||||
temp
|
temp
|
||||||
ppas.bat
|
ppas.bat
|
||||||
|
.directory
|
||||||
|
lazproj/cetodo
|
||||||
|
lazproj/cesyms
|
||||||
|
lazproj/coedit
|
||||||
|
|
|
@ -22,4 +22,7 @@ backup
|
||||||
doc
|
doc
|
||||||
lib
|
lib
|
||||||
temp
|
temp
|
||||||
|
nux32
|
||||||
|
nux64
|
||||||
|
win32
|
||||||
ppas.bat
|
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