Skip to content
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

Fix drive letter case sensitivity #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Herschel
Copy link

@Herschel Herschel commented Apr 8, 2024

On Windows, a lowercase drive letter would cause hmm reinstall to vomit:

c:\projects\funkin>hmm reinstall
Execution error: failed to extract expected "haxelib path discord_rpc" information (path, name, and version) for library: discord_rpc
Use "hmm help" to see usage

c:\projects\funkin>cd C:\projects\funkin

C:\projects\funkin>hmm reinstall
git library "discord_rpc" (url: https://github.com/Aidan63/linc_discord-rpc, ref: 2d83fa863ef0c1eace5f1cf67c3ac315d1a3a8a5, dir: N/A) already installed
git library "flixel" (url: https://github.com/FunkinCrew/flixel, ref: 5823c46b4e7410372d58b99f8d5c52fc18b3cb3d, dir: N/A) already installed
...

Change pathRegex to allow for lowercase drive letters.

@Herschel Herschel force-pushed the drive-letter-case-insensitive branch from bb9bebc to a962960 Compare April 8, 2024 20:20
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.

1 participant