This commit is contained in:
2025-06-05 12:18:20 -07:00
parent 235fae8ec9
commit 95d54ea91a
3 changed files with 5 additions and 4 deletions

View File

@ -16,7 +16,7 @@ import (
const (
manifestUrl = "https://updater.project-epoch.net/api/manifest"
defaultWowPath = "/path/to/wow"
configDirName = "epoch-linux"
configDirName = "epochcli"
configName = "config.toml"
)