Is it possible to run a post build script for electron-builder?

1.2k views Asked by At

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.

1

There are 1 answers

0
aabuhijleh On BEST ANSWER

You can use electron-builder hooks to run scripts on various packaging and building events.