1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Allow AppHelper to read FrameworkDirPath from argv

This commit is contained in:
martin
2021-02-07 16:45:55 +01:00
parent 4bbf59fbb3
commit 06bcf00dd7
2 changed files with 64 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ begin
// The main process and the subprocess *MUST* have the same GlobalCEFApp
// properties and events, specially FrameworkDirPath, ResourcesDirPath,
// LocalesDirPath, cache and UserDataPath paths.
GlobalCEFApp.InitLibLocationFromArgs;
GlobalCEFApp.StartSubProcess;
GlobalCEFApp.Free;