find a writable directory when we're a snap

This commit is contained in:
eyedeekay
2024-06-27 02:16:14 -04:00
parent 1e4d327ca2
commit 1611312f25

View File

@ -136,7 +136,7 @@ public class WindowsAppUtil extends WindowsServiceUtil {
else {
String home = System.getenv("HOME");
if (home != null)
linConfigDir = new File(home,"config");
linConfigDir = new File(home,"i2p-config");
}
return linConfigDir;
}