railsware / bozon

🛠 Command line tool for building, testing and publishing modern Electron applications
MIT License
758 stars 52 forks source link

execute a script #77

Open ssshojaei opened 4 years ago

ssshojaei commented 4 years ago

I need to run a special script file, but I do not know where to put it to be usable.

const child = execFile(`"${app.getAppPath()}\\main\\libs\\Scripts\\file.exe"`);

In this case, the files I put in the main directory will not be output.

Untitled

andrewo0 commented 3 years ago

in src