mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 00:27:15 -04:00
Properly set config file path on Windows
This commit is contained in:
@@ -4,6 +4,7 @@ package offline
|
||||
|
||||
// EntryRoot path to libmutton entry directory
|
||||
var EntryRoot = home + "\\AppData\\Local\\libmutton\\entries"
|
||||
var ConfigPath = home + "\\AppData\\Local\\libmutton\\libmutton.ini"
|
||||
|
||||
// PathSeparator defines the character used to separate directories in a path (platform-specific)
|
||||
const PathSeparator = "\\"
|
||||
|
||||
Reference in New Issue
Block a user