We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Config is invalid: { "win": [ { "noMsi": "Unknown option" }, "Invalid option object" ] }
"win": { "noMsi": false },
I also tried:
"win": { "msi": false },
Error:
Error: Config is invalid: { "win": [ { "msi": "Unknown option" }, "Invalid option object" ] }```
I have these depencies:
"electron-builder": "^16.8.3", "electron-builder-squirrel-windows": "^16.8.3",
The text was updated successfully, but these errors were encountered:
Please use msi in the squirrelWindows .
squirrelWindows
"squirrelWindows": { "msi": false },
Sorry, something went wrong.
No branches or pull requests
I also tried:
Error:
I have these depencies:
The text was updated successfully, but these errors were encountered: