1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-07-12 22:30:17 +02:00

ExternalPumpBrowser, fix unit-name

This commit is contained in:
martin
2021-02-18 16:01:32 +01:00
parent 685304d4ac
commit 81328d5242

View File

@ -38,17 +38,17 @@
(* (*
* Include the following files * Include the following files
* SimpleBrowser2.app/Contents/Frameworks/ExternalPumpBrowser Helper.app/ * ExternalPumpBrowser.app/Contents/Frameworks/ExternalPumpBrowser Helper.app/
* files from the demos/Lazarus_Mac/AppHelper project * files from the demos/Lazarus_Mac/AppHelper project
* use create_mac_helper.sh * use create_mac_helper.sh
* *
* SimpleBrowser2.app/Contents/Frameworks/Chromium Embedded Framework.framework * ExternalPumpBrowser.app/Contents/Frameworks/Chromium Embedded Framework.framework
* files from Release folder in cef download * files from Release folder in cef download
* *
*) *)
program SimpleBrowser2; program ExternalPumpBrowser;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}