mirror of https://gitlab.com/basile.b/dexed.git
prepared 2_alpha_1
This commit is contained in:
parent
2d06f1e035
commit
819a45fa1e
|
@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output\coedit.1update2.win32.setup.exe'
|
||||
pathsOptions.outputFilename = 'output\coedit.2alpha1.win32.setup.exe'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'win32\'
|
||||
)
|
||||
|
@ -29,7 +29,7 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output\coedit.1update2.linux32.setup'
|
||||
pathsOptions.outputFilename = 'output\coedit.2alpha1.linux32.setup'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'nux32\'
|
||||
)
|
||||
|
@ -50,7 +50,7 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output\coedit.1update2.linux64.setup'
|
||||
pathsOptions.outputFilename = 'output\coedit.2alpha1.linux64.setup'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'nux64\'
|
||||
)
|
||||
|
@ -72,7 +72,7 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output\coedit.1update2.win32.setup.exe'
|
||||
pathsOptions.outputFilename = 'output\coedit.2alpha1.win32.setup.exe'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'win32\'
|
||||
)
|
||||
|
|
|
@ -110,7 +110,7 @@ void main(string[] args)
|
|||
);
|
||||
|
||||
Formater.separate;
|
||||
if (!uninstall) Formater.justify!('C', "Coedit 1 update 2 - setup");
|
||||
if (!uninstall) Formater.justify!('C', "Coedit 2 alpha 1 - setup");
|
||||
else Formater.justify!('C', "Coedit uninstaller");
|
||||
|
||||
Formater.separate;
|
||||
|
|
|
@ -1 +1 @@
|
|||
1update2
|
||||
2alpha1
|
|
@ -36,7 +36,7 @@ inherited CEInfoWidget: TCEInfoWidget
|
|||
Align = alClient
|
||||
Alignment = taCenter
|
||||
AutoSize = False
|
||||
Caption = 'Coedit 1 - update 2'
|
||||
Caption = 'Coedit 2 - alpha 1'
|
||||
Font.Height = -16
|
||||
Font.Style = [fsBold]
|
||||
Layout = tlCenter
|
||||
|
|
Loading…
Reference in New Issue