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. 