mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Update installer version from 1.8.2 to 1.9
This commit is contained in:
parent
363871a860
commit
589e796fb3
@ -15,11 +15,6 @@ program AMXInstaller;
|
|||||||
}
|
}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
madExcept,
|
|
||||||
madLinkDisAsm,
|
|
||||||
madListHardware,
|
|
||||||
madListProcesses,
|
|
||||||
madListModules,
|
|
||||||
Forms,
|
Forms,
|
||||||
UnitfrmMain in 'UnitfrmMain.pas' {frmMain},
|
UnitfrmMain in 'UnitfrmMain.pas' {frmMain},
|
||||||
UnitFunctions in 'UnitFunctions.pas',
|
UnitFunctions in 'UnitFunctions.pas',
|
||||||
|
Binary file not shown.
@ -5733,7 +5733,7 @@ object frmMain: TfrmMain
|
|||||||
BorderColor = clBtnShadow
|
BorderColor = clBtnShadow
|
||||||
Flat = True
|
Flat = True
|
||||||
ShowBorder = True
|
ShowBorder = True
|
||||||
Version = '1.24'
|
Version = '1.29'
|
||||||
end
|
end
|
||||||
object frbAgree: TFlatRadioButton
|
object frbAgree: TFlatRadioButton
|
||||||
Left = 10
|
Left = 10
|
||||||
@ -6360,7 +6360,7 @@ object frmMain: TfrmMain
|
|||||||
Height = 21
|
Height = 21
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
Color = clWindow
|
Color = clWindow
|
||||||
ItemHeight = 13
|
ItemHeight = 0
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'None'
|
'None'
|
||||||
'Counter-Strike'
|
'Counter-Strike'
|
||||||
@ -6553,7 +6553,7 @@ object frmMain: TfrmMain
|
|||||||
BorderColor = clBtnShadow
|
BorderColor = clBtnShadow
|
||||||
Flat = True
|
Flat = True
|
||||||
ShowBorder = True
|
ShowBorder = True
|
||||||
Version = '1.24'
|
Version = '1.29'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -6615,7 +6615,7 @@ object frmMain: TfrmMain
|
|||||||
Left = 492
|
Left = 492
|
||||||
Top = 8
|
Top = 8
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
|
494C010102000400080010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
|
||||||
0000000000003600000028000000400000001000000001002000000000000010
|
0000000000003600000028000000400000001000000001002000000000000010
|
||||||
00000000000000000000000000000000000000000000078DBE00078DBE00078D
|
00000000000000000000000000000000000000000000078DBE00078DBE00078D
|
||||||
BE00078DBE00078DBE00078DBE00078DBE00078DBE00078DBE00078DBE00078D
|
BE00078DBE00078DBE00078DBE00078DBE00078DBE00078DBE00078DBE00078D
|
||||||
|
@ -149,7 +149,7 @@ var
|
|||||||
frmMain: TfrmMain;
|
frmMain: TfrmMain;
|
||||||
gMultiAccount: Boolean;
|
gMultiAccount: Boolean;
|
||||||
|
|
||||||
const VERSION = '1.8.2';
|
const VERSION = '1.9';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user