Skip to content

Commit 3f8edc1

Browse files
committed
Slight change to Default Environment.
1 parent b8fb713 commit 3f8edc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ by Matt Tropiano et al. (see AUTHORS.txt)
1111
In order to MIGRATE your data to this version from a previous one, you'll have to go to your settings directory,
1212
and move your `presets` folder and `doomy.db` file into a folder in the same directory called `data`.
1313

14-
If you have an XDG environment on Linux, you'll figure it out.
14+
If you have an XDG environment on Linux, you'll figure it out. Run `doomy env` to get the folder locations.
1515

1616

1717
0.10.0

src/main/java/net/mtrop/doomy/DoomyEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public String getApplicationCachePath()
251251
@Override
252252
public String getApplicationStatePath()
253253
{
254-
return APPDATA_PATH;
254+
return getApplicationDataPath();
255255
}
256256

257257
@Override

0 commit comments

Comments
 (0)