npm run dist successfully creates installer which can be installed on windows. But if my version in package json is set to "10.0.0" or if any part of version is greater than 9, then npm run dist fails with below given error
AppData\Local\electron-builder\Cache\nsis\nsis-3.0.4.2\Bin\makensis.exe exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
How to reproduce:
IDK how, but this is working fine now.
What did you change to achieve it? Having a related issue.
@philippnoah I dont know, it got fixed automatically.
@asadmalik3 Hi, I am also stuck by this error. Please advise how to resolve it.
OS win10 pro
"electron": "^10.1.1",
"electron-builder": "^22.8.0"
@cnscorpions did you find a solution for that? (electron v10)
Most helpful comment
What did you change to achieve it? Having a related issue.