-
Notifications
You must be signed in to change notification settings - Fork 30
Improved windows installer and OS min version enforcement #1561
New issue
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
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the Windows installer by adding OS version enforcement and enhances the installation experience. The changes ensure users have Windows 10 or later before allowing installation and provide additional installer customization options.
Key changes:
- Added minimum Windows 10 requirement with version checking in the installer
- Enhanced installer UI with custom sidebar and startup options
- Added rc-slider dependency and macOS minimum system version requirement
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
package.json | Added rc-slider dependency, macOS minimum system version, and Windows installer customization options |
build/installer.nsh | New NSIS script implementing Windows version checking and custom installer behaviors |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…n and enforce min version
8e1a812
to
552850e
Compare
just need to make sure it still works as expected |
I've kept all the boilerplate code for what you can use in an electron-builder custom nsh script, but the additional code can be removed.