main.ml: change config path

This commit is contained in:
hazen2215 2023-09-20 01:04:17 +09:00
parent a6335c0e9f
commit 4ee4b40525
1 changed files with 1 additions and 1 deletions

View File

@ -4586,7 +4586,7 @@ let () =
if !S.confpath == E.s
then (
let dir =
let dir = Filename.concat home ".config" in
let dir = Filename.concat home ".local/share" in
if try Sys.is_directory dir with _ -> false then dir else home
in
S.confpath := Filename.concat dir "llpp.conf"