-
Notifications
You must be signed in to change notification settings - Fork 4
Add Windows Support #6
Copy link
Copy link
Open
Description
Issue
Currently, fossfolio supports only Linux systems. This is due to the fact that the delimiters in Windows filesystems is \ (or \\) while in Linux filesystems it is /.
Solution
We need to enable platform detection and choose the delimiters accordingly.
Steps required
Change all hardcoded / in the path strings to a variable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels