mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-08 03:42:09 +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
|
#if defined ALLEGRO_UNIX
|
||||||
|
|
||||||
/* $HOME/.aserc-VERSION */
|
/* $HOME/.asepriterc-VERSION */
|
||||||
dirs_cat_dirs(dirs, filename_in_homedir(".aserc-" VERSION));
|
dirs_cat_dirs(dirs, filename_in_homedir(".asepriterc-" VERSION));
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* $BINDIR/ase-VERSION.cfg */
|
/* $BINDIR/aseprite-VERSION.cfg */
|
||||||
dirs_cat_dirs(dirs, filename_in_bindir("ase-" VERSION ".cfg"));
|
dirs_cat_dirs(dirs, filename_in_bindir("aseprite-" VERSION ".cfg"));
|
||||||
|
|
||||||
return dirs;
|
return dirs;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user