mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-05-13 21:46:53 +02:00
Removed GlobalCEFApp.ApiHashUniversal mention in MiniBrowser
This commit is contained in:
parent
9c41b46285
commit
032e1e5769
@ -445,7 +445,6 @@ var
|
|||||||
begin
|
begin
|
||||||
TempInfo := 'CEF : ' + CRLF + GlobalCEFApp.LibCefVersion + CRLF + CRLF +
|
TempInfo := 'CEF : ' + CRLF + GlobalCEFApp.LibCefVersion + CRLF + CRLF +
|
||||||
'Chromium : ' + CRLF + GlobalCEFApp.ChromeVersion + CRLF + CRLF +
|
'Chromium : ' + CRLF + GlobalCEFApp.ChromeVersion + CRLF + CRLF +
|
||||||
'Universal API hash : ' + CRLF + GlobalCEFApp.ApiHashUniversal + CRLF + CRLF +
|
|
||||||
'Platform API hash : ' + CRLF + GlobalCEFApp.ApiHashPlatform + CRLF + CRLF +
|
'Platform API hash : ' + CRLF + GlobalCEFApp.ApiHashPlatform + CRLF + CRLF +
|
||||||
'Commit API hash : ' + CRLF + GlobalCEFApp.ApiHashCommit;
|
'Commit API hash : ' + CRLF + GlobalCEFApp.ApiHashCommit;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 704,
|
"InternalVersion" : 705,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "133.4.0"
|
"Version" : "133.4.0"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user