I'm using WSL2 and am successfully running
npm run make
on
...
"scripts": {
...,
"make": "electron-forge make"
},
...
but when creating distributables, it only creates
✔ Making distributables
✔ Making a deb distributable for linux/x64 [12s]
✔ Making a rpm distributable for linux/x64 [25s]
Are there any ways to get electron-forge to output an exe for windows as well?
Here is the example forge config file setup which allows my GitHub actions to generate the multiple vendor executables
Output of the above config
Project link - https://github.com/rsathishtechit/udeler-pro