mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 21:06:42 -04:00
Make server respond to "fetch" with output formatted for the client's OS family
This commit is contained in:
@@ -10,5 +10,5 @@ var ConfigPath = ConfigDir + "/libmutton.ini"
|
||||
// PathSeparator defines the character used to separate directories in a path (platform-specific)
|
||||
const (
|
||||
PathSeparator = "/"
|
||||
Windows = false // TODO temporary, remove after native sync is implemented
|
||||
IsWindows = false
|
||||
)
|
||||
|
||||
@@ -10,5 +10,5 @@ var ConfigPath = ConfigDir + "\\libmutton.ini"
|
||||
// PathSeparator defines the character used to separate directories in a path (platform-specific)
|
||||
const (
|
||||
PathSeparator = "\\"
|
||||
Windows = true // TODO temporary, remove after native sync is implemented
|
||||
IsWindows = true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user