Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize insert_startup_scripts function for Windows
The insert_startup_scripts function in the windows.rs file has been optimized to improve performance and readability. The unnecessary conversion of the path variable to a Path object has been removed, resulting in more efficient code execution. This change enhances the overall functionality of the function and ensures smoother operation on Windows systems.
- Loading branch information