mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-29 05:16:28 -04:00
11 lines
341 B
Go
11 lines
341 B
Go
//go:build windows
|
|
|
|
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 = "\\"
|