Use ~/.config/APPBASENAME instead of ~/.APPBASENAME on Linux

git-svn-id: https://svn.eduke32.com/eduke32@6729 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-03-07 04:21:41 +00:00
parent 0e0de77439
commit aca16910d0

View file

@ -321,7 +321,7 @@ void G_ExtInit(void)
#elif defined(GEKKO)
"apps/" APPBASENAME
#else
"." APPBASENAME
".config/" APPBASENAME
#endif
,homedir);
asperr = addsearchpath(cwd);