How to install a 3rd party software along with installing of electron app?
My example use case is, I want to use ffmpeg
inside my electron app, which is supposed to take screenshot from a video. It can be any other software.
Can I package the app in such a way that the user have to install only my app. And my app is installing ffmpeg
for the user without any manual action.
Just bundle
ffmpeg
using extraFiles option.