mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 17:40:01 +00:00
Configuration file changed from ase-x.x.cfg to aseprite-x.x.cfg.
This commit is contained in:
parent
58bafbb080
commit
132193973b
@ -189,13 +189,13 @@ DIRS *cfg_filename_dirs()
|
||||
|
||||
#if defined ALLEGRO_UNIX
|
||||
|
||||
/* $HOME/.aserc-VERSION */
|
||||
dirs_cat_dirs(dirs, filename_in_homedir(".aserc-" VERSION));
|
||||
/* $HOME/.asepriterc-VERSION */
|
||||
dirs_cat_dirs(dirs, filename_in_homedir(".asepriterc-" VERSION));
|
||||
|
||||
#endif
|
||||
|
||||
/* $BINDIR/ase-VERSION.cfg */
|
||||
dirs_cat_dirs(dirs, filename_in_bindir("ase-" VERSION ".cfg"));
|
||||
/* $BINDIR/aseprite-VERSION.cfg */
|
||||
dirs_cat_dirs(dirs, filename_in_bindir("aseprite-" VERSION ".cfg"));
|
||||
|
||||
return dirs;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user