wg-quicker/vendor/github.com/getlantern/byteexec/rename_darwin.go

12 lines
204 B
Go
Raw Normal View History

// +build !windows
package byteexec
func renameExecutable(orig string) string {
return orig
}
func pathForRelativeFiles() (string, error) {
return inHomeDir("Library/Application Support/byteexec")
}