Skip to content
Snippets Groups Projects
Verified Commit 71585085 authored by meskio's avatar meskio :tent:
Browse files

[bug] use local appdata on windows

The same way is used by bitmaskd.

- Resolves: #36
parent 9ad429d7
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ import "os"
const coreEndpoint = "tcp://127.0.0.1:5001"
var ConfigPath = os.Getenv("APPDATA") + "\\leap"
var ConfigPath = os.Getenv("LOCALAPPDATA") + "\\leap"
func hasCurve() bool {
return false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment