-
Notifications
You must be signed in to change notification settings - Fork 54
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
Support Windows installations on alternative drive letters #497
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #497 +/- ##
=======================================
Coverage 73.79% 73.80%
=======================================
Files 276 276
Lines 23012 23005 -7
=======================================
- Hits 16981 16978 -3
+ Misses 6031 6027 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0fb8d56
to
76b05e8
Compare
Also ping @JSCU-CNI since you guys also made some changes to the tar loader in the past. Unsure if this breaks anything for you. |
Thanks for the heads up @Schamper. I took a quick look and it seems that this change does not break anything for us. |
Some changes had to be made to the tar loader, since that's a place where we unfortunately hardcoded a drive letter. Depends on fox-it/acquire#119 to make acquire also support non-default drive letters.