mirror of https://gitlab.com/basile.b/dexed.git
fix linux zip files
This commit is contained in:
parent
760f2952a9
commit
50f103ae17
|
@ -2,6 +2,7 @@
|
||||||
"name" : "dexed-d",
|
"name" : "dexed-d",
|
||||||
"targetType" : "dynamicLibrary",
|
"targetType" : "dynamicLibrary",
|
||||||
"targetPath" : "../bin",
|
"targetPath" : "../bin",
|
||||||
|
"targetName" : "libdexed-d",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"libdparse" : {
|
"libdparse" : {
|
||||||
"path" : "../etc/libdparse"
|
"path" : "../etc/libdparse"
|
||||||
|
|
|
@ -6,7 +6,7 @@ cp * $fld/
|
||||||
zip -9 \
|
zip -9 \
|
||||||
../output/dexed.${ver:1:100}.linux32.zip \
|
../output/dexed.${ver:1:100}.linux32.zip \
|
||||||
$fld/dcd.license.txt $fld/dexed.license.txt \
|
$fld/dcd.license.txt $fld/dexed.license.txt \
|
||||||
$fld/dexed \
|
$fld/dexed libdexed-d.so \
|
||||||
$fld/dexed.ico $fld/dexed.png \
|
$fld/dexed.ico $fld/dexed.png \
|
||||||
$fld/dcd-server $fld/dcd-client $fld/dscanner
|
$fld/dcd-server $fld/dcd-client $fld/dscanner
|
||||||
rm -rf dexed-x86
|
rm -rf dexed-x86
|
||||||
|
|
|
@ -6,7 +6,7 @@ cp * $fld/
|
||||||
zip -9 \
|
zip -9 \
|
||||||
../output/dexed.${ver:1:100}.linux64.zip \
|
../output/dexed.${ver:1:100}.linux64.zip \
|
||||||
$fld/dcd.license.txt $fld/dexed.license.txt \
|
$fld/dcd.license.txt $fld/dexed.license.txt \
|
||||||
$fld/dexed \
|
$fld/dexed $fld/libdexed-d.so \
|
||||||
$fld/dexed.ico $fld/dexed.png \
|
$fld/dexed.ico $fld/dexed.png \
|
||||||
$fld/dcd-server $fld/dcd-client $fld/dscanner
|
$fld/dcd-server $fld/dcd-client $fld/dscanner
|
||||||
rm -rf dexed-x86_64
|
rm -rf dexed-x86_64
|
||||||
|
|
|
@ -5,7 +5,7 @@ cd win32
|
||||||
7z a -tzip -mx9^
|
7z a -tzip -mx9^
|
||||||
..\output\dexed.%ver%.win32.zip^
|
..\output\dexed.%ver%.win32.zip^
|
||||||
dcd.license.txt dexed.license.txt^
|
dcd.license.txt dexed.license.txt^
|
||||||
dexed.exe^
|
dexed.exe libdexed-d.dll^
|
||||||
dexed.ico dexed.png^
|
dexed.ico dexed.png^
|
||||||
dcd-server.exe dcd-client.exe dscanner.exe^
|
dcd-server.exe dcd-client.exe dscanner.exe^
|
||||||
libeay32.dll ssleay32.dll
|
libeay32.dll ssleay32.dll
|
||||||
|
|
|
@ -5,7 +5,7 @@ cd win64
|
||||||
7z a -tzip -mx9^
|
7z a -tzip -mx9^
|
||||||
..\output\dexed.%ver%.win64.zip^
|
..\output\dexed.%ver%.win64.zip^
|
||||||
dcd.license.txt dexed.license.txt^
|
dcd.license.txt dexed.license.txt^
|
||||||
dexed.exe^
|
dexed.exe libdexed-d.dll^
|
||||||
dexed.ico dexed.png^
|
dexed.ico dexed.png^
|
||||||
dcd-server.exe dcd-client.exe dscanner.exe^
|
dcd-server.exe dcd-client.exe dscanner.exe^
|
||||||
libeay32.dll ssleay32.dll
|
libeay32.dll ssleay32.dll
|
||||||
|
|
Loading…
Reference in New Issue