We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e57fc0 commit b6ab7bcCopy full SHA for b6ab7bc
main.go
@@ -43,6 +43,8 @@ func writeConf(data []string) error {
43
if err != nil {
44
return err
45
}
46
+ dir1 := filepath.Join(home, ".aria2")
47
+ os.Mkdir(dir1, os.ModePerm)
48
confPath := filepath.Join(home, ".aria2", "aria2.conf")
49
fp, err := os.Create(confPath)
50
0 commit comments