move downloader into own package

This commit is contained in:
2025-07-20 13:13:45 -07:00
parent f3e50a197f
commit c2f13637f9
4 changed files with 142 additions and 133 deletions

View File

@ -20,8 +20,10 @@ type Config struct {
}
const (
configDirName = "epochcli"
configName = "config.toml"
configDirName = "epochcli"
configName = "config.toml"
defaultWowPath = "/path/to/wow"
defaultLaunchCmd = "not configured"
)
var (