mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Modified file name where ASE configuration is saved.
This commit is contained in:
parent
c56cad63e9
commit
5346a7705e
@ -189,13 +189,13 @@ DIRS *cfg_filename_dirs()
|
||||
|
||||
#if defined ALLEGRO_UNIX
|
||||
|
||||
/* $HOME/.asepriterc-VERSION */
|
||||
dirs_cat_dirs(dirs, filename_in_homedir(".asepriterc-" VERSION));
|
||||
/* $HOME/.asepriterc */
|
||||
dirs_cat_dirs(dirs, filename_in_homedir(".asepriterc"));
|
||||
|
||||
#endif
|
||||
|
||||
/* $BINDIR/aseprite-VERSION.cfg */
|
||||
dirs_cat_dirs(dirs, filename_in_bindir("aseprite-" VERSION ".cfg"));
|
||||
/* $BINDIR/aseprite.cfg */
|
||||
dirs_cat_dirs(dirs, filename_in_bindir("aseprite.cfg"));
|
||||
|
||||
return dirs;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user