Hello
When the paths are:
main.js
preload.js
renderer.js
index.html
Everything work fine
But when I changed it to:
main.js
preload.js
scripts
renderer.js
index.html
render.js doesnt work (In index.html I changed from <script src="./renderer.js"></script> to <script src="./scripts/renderer.js"></script>)
Thanks for answers
