nexrender
nexrender copied to clipboard
Can't build new executable with my own change on windows
Hello,
On my mac I made modifications on the nexrender core files + the job.js file of nexrender type, then I launched "npm run-script pkg" by launching the executable generated in /bin all works well my modifications are well taken into account
However I repeat the same thing with exactly the same code but on a windows machine and when I launch the executable present in /bin this time nothing is taken into account
What I forget that my build on windows takes well into account my modifications ?
Thanks in advance,