Properly set config file path on Windows

This commit is contained in:
2024-03-07 12:34:50 -05:00
parent d6443c1966
commit b1f3a9eeec
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ package offline
// EntryRoot path to libmutton entry directory
var EntryRoot = home + "/.local/share/libmutton"
var ConfigPath = home + "/.config/libmutton/libmutton.ini"
// PathSeparator defines the character used to separate directories in a path (platform-specific)
const PathSeparator = "/"