wppconnect-team / WPP4Delphi

WPP4Delphi is an open-source project with the aim of exporting functions from WhatsApp Web for Delphi, which can be used to support the creation of any interaction.
Apache License 2.0
205 stars 67 forks source link

Default directory for CEF4Delphi binaries #44

Closed fraurino closed 1 year ago

fraurino commented 1 year ago

suggestion for defining the cef4delphi binary files directory, with two conditions: demo project pattern, where the binaries will be next to the executable. and customized, such as the variable "pathcustom=true", defining the directory of the default folder for cef4delphi binary files.

The default example of the demo was kept as default;

"cef4" folder, just as an example, where the cef4delphi binaries are

pathcustom true := C:\Executaveis\WPPConnectDemo\cef4\files binary cef4delphi
pathcustom false:= C:\Executaveis\WPPConnectDemo\files binary cef4delphi

example with pathcustom = true; image