Currently, I am utilizing electron to develop a desktop application with the help of visual studio code. Within my application, I have integrated chromedriver.
Upon executing the command electron-packager .
to extract the electron package, the result consists of uncompressed files and with this setup, chromedriver functions as intended.
However, upon running the command electron-packager . --asar
, a compressed package is generated. In this scenario, chromdriver does not work properly leading to an error when launching the application.