mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 08:37:20 -04:00
Implement temporary "init" functionality
This commit is contained in:
@@ -4,7 +4,8 @@ package offline
|
||||
|
||||
// EntryRoot path to libmutton entry directory
|
||||
var EntryRoot = home + "/.local/share/libmutton"
|
||||
var ConfigPath = home + "/.config/libmutton/libmutton.ini"
|
||||
var ConfigDir = home + "/.config/libmutton"
|
||||
var ConfigPath = ConfigDir + "/libmutton.ini"
|
||||
|
||||
// PathSeparator defines the character used to separate directories in a path (platform-specific)
|
||||
const PathSeparator = "/"
|
||||
|
||||
Reference in New Issue
Block a user