-
Notifications
You must be signed in to change notification settings - Fork 90
No more steamcmd #88
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
No more steamcmd #88
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 adds functionality to create lowercase symbolic links for downloaded workshop content, likely to handle case-sensitivity issues in file systems. The implementation creates a mirror directory structure with all lowercase file and directory names that symlink back to the original workshop content.
- Adds a new
lowercase_symlinks()function that creates lowercase symlinks for workshop content - Modifies the
preset()function to call the new lowercase symlink function and update directory paths - Changes the moddir path construction to use the new lowercase workshop directory
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
No description provided.