mirror of https://gitlab.com/basile.b/dexed.git
put all the file for a release in a common folder
This commit is contained in:
parent
dd9d0bbd4c
commit
4d69c60a5e
|
@ -26,4 +26,5 @@ temp
|
||||||
nux32
|
nux32
|
||||||
nux64
|
nux64
|
||||||
win32
|
win32
|
||||||
|
output
|
||||||
ppas.bat
|
ppas.bat
|
||||||
|
|
|
@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'coedit.1update2.win32.setup.exe'
|
pathsOptions.outputFilename = 'output/coedit.1update2.win32.setup.exe'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'win32\'
|
'win32\'
|
||||||
)
|
)
|
||||||
|
@ -18,7 +18,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'coedit.1update2.linux32.setup'
|
pathsOptions.outputFilename = 'output/coedit.1update2.linux32.setup'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'nux32\'
|
'nux32\'
|
||||||
)
|
)
|
||||||
|
@ -29,7 +29,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'coedit.1update2.linux64.setup'
|
pathsOptions.outputFilename = 'output/coedit.1update2.linux64.setup'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'nux64\'
|
'nux64\'
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
zip -9 -j \
|
zip -9 -j \
|
||||||
"coedit.1update2.linux32.zip" \
|
"output/coedit.1update2.linux32.zip" \
|
||||||
nux32/dcd.license.txt nux32/coedit.license.txt \
|
nux32/dcd.license.txt nux32/coedit.license.txt \
|
||||||
nux32/coedit nux32/cetodo nux32/cesyms \
|
nux32/coedit nux32/cetodo nux32/cesyms \
|
||||||
nux32/coedit.ico nux32/coedit.png \
|
nux32/coedit.ico nux32/coedit.png \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
zip -9 -j \
|
zip -9 -j \
|
||||||
"coedit.1update2.linux32.zip" \
|
"output/coedit.1update2.linux32.zip" \
|
||||||
nux64/dcd.license.txt nux64/coedit.license.txt \
|
nux64/dcd.license.txt nux64/coedit.license.txt \
|
||||||
nux64/coedit nux64/cetodo nux64/cesyms \
|
nux64/coedit nux64/cetodo nux64/cesyms \
|
||||||
nux64/coedit.ico nux64/coedit.png \
|
nux64/coedit.ico nux64/coedit.png \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
cd win32
|
cd win32
|
||||||
:: assuming 7zip binary folder is somewhere in PATH
|
:: assuming 7zip binary folder is somewhere in PATH
|
||||||
7z a -tzip -mx9^
|
7z a -tzip -mx9^
|
||||||
..\coedit.1update2.win32.zip^
|
..\output\coedit.1update2.win32.zip^
|
||||||
dcd.license.txt coedit.license.txt^
|
dcd.license.txt coedit.license.txt^
|
||||||
coedit.exe cetodo.exe cesyms.exe^
|
coedit.exe cetodo.exe cesyms.exe^
|
||||||
coedit.ico coedit.png^
|
coedit.ico coedit.png^
|
||||||
|
|
Loading…
Reference in New Issue