-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
See https://github.com/slluis/cydin/blob/master/Cydin/Models/Settings.cs#L29
This value leads, when run on a Linux system for the first time, to a Folder named "..\Files" being created in the Cydin folder, instead of "Files" in the parent folder as intended. This leads to the generation of add-in repositories screwing up. It's slightly annoying to modify the Configuration table in the database to change this.
It's a simple fix to hardcode it otherwise, but since it's a Datamember DefaultValue you can't simply use IO.Path.DirectorySeperatorChar to set it up properly so that it works on both platforms.
Metadata
Metadata
Assignees
Labels
No labels