mirror of https://github.com/fairyglade/ly.git
Fix typo in path
This commit is contained in:
parent
b77892938d
commit
f13fcf9051
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#ifndef DEBUG
|
||||
#define INI_LANG DATADIR "/lang/%s.ini"
|
||||
#define INI_CONFIG strcat(getenv("HOME"), "/.config/ly/config.ni")
|
||||
#define INI_CONFIG strcat(getenv("HOME"), "/.config/ly/config.ini")
|
||||
#else
|
||||
#define INI_LANG "../res/lang/%s.ini"
|
||||
#define INI_CONFIG "../res/config.ini"
|
||||
|
|
|
|||
Loading…
Reference in New Issue