Reformat project structure

This commit is contained in:
Mathieu Comandon 2018-10-14 17:57:56 -07:00
parent f74cdd3299
commit 218a965e58

View file

@ -64,20 +64,20 @@ project's code base.
Project structure Project structure
----------------- -----------------
[root]-+ Config files and READMEs [root]-+ Config files and READMEs
| |
+-[bin] Main lutris executable script +-[bin] Main lutris executable script
+-[debian] Debian / Ubuntu packaging configuration +-[debian] Debian / Ubuntu packaging configuration
+-[docs] User documentation +-[docs] User documentation
+-[lutris]-+ Source folder +-[lutris]-+ Source folder
| | | |
| +-[gui] Gtk UI code | +-[gui] Gtk UI code
| +-[installer] Install script interpreter | +-[installer] Install script interpreter
| +-[migrations] Migration scripts for user side changes | +-[migrations] Migration scripts for user side changes
| +-[runners] Runner code, detailing launch options and settings | +-[runners] Runner code, detailing launch options and settings
| +-[services] External services (Steam, GOG, ...) | +-[services] External services (Steam, GOG, ...)
| +-[util] Generic utilities | +-[util] Generic utilities
| |
+-[po] Translation files +-[po] Translation files
+-[share] Lutris resources like icons, ui files, scripts +-[share] Lutris resources like icons, ui files, scripts
+-[tests] Unit tests +-[tests] Unit tests