update - #459
Closed
NotMe2007 wants to merge 1 commit into
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive support for automatic Windows development environment setup, streamlining onboarding for contributors. It introduces a new
setup.batscript that checks for and installs all required dependencies, updates documentation to describe this process, and ensures proper handling of batch files on Windows. Additionally, it updates several dependencies inpackage.jsonto their latest versions.Windows setup automation:
setup.batscript that automatically checks for and installs all required Windows development dependencies (Visual Studio Build Tools, WebView2, Rust, bun, Node.js), only installing what is missing and requesting administrator rights only when needed. The script also provides a/checkmode to report missing components without installing. (setup.bat).batand.cmdfiles to prevent Windows batch label resolution errors, improving reliability of batch scripts. (.gitattributes)Documentation improvements:
README.mdwith a new section detailing the automatic Windows setup process, including usage instructions, a table of installed components, and important notes for users. (README.md)Dependency updates:
package.jsonto their latest versions, including@tauri-apps/cli,@tauri-apps/api, and related plugins, ensuring compatibility and access to recent features and fixes. (package.json)If you don't like the way I'm doing it, please make something that does the same!!