Skip to content

update - #459

Closed
NotMe2007 wants to merge 1 commit into
CCBlueX:mainfrom
NotMe2007:main
Closed

update#459
NotMe2007 wants to merge 1 commit into
CCBlueX:mainfrom
NotMe2007:main

Conversation

@NotMe2007

Copy link
Copy Markdown

This pull request adds comprehensive support for automatic Windows development environment setup, streamlining onboarding for contributors. It introduces a new setup.bat script 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 in package.json to their latest versions.

Windows setup automation:

  • Added a new setup.bat script 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 /check mode to report missing components without installing. (setup.bat)
  • Enforced CRLF line endings for .bat and .cmd files to prevent Windows batch label resolution errors, improving reliability of batch scripts. (.gitattributes)

Documentation improvements:

  • Updated README.md with 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:

  • Updated several Tauri-related and frontend dependencies in package.json to 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!!

@1zun4 1zun4 closed this Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants