This script will generate other files(exes, config files) that my electron program will depend on. Is there a way to set this up in electron-builder?
My problem is same as this unanswered question.
My target output is nsis, right now.
This script will generate other files(exes, config files) that my electron program will depend on. Is there a way to set this up in electron-builder?
My problem is same as this unanswered question.
My target output is nsis, right now.
You can use electron-builder
hooks
to run scripts on various packaging and building events.