Now allows to add subtitles to the list
Added the new pictures for scaling
This commit is contained in:
parent
581cf07458
commit
0d6d0bd152
17 changed files with 1262 additions and 692 deletions
2
setup.py
2
setup.py
|
|
@ -19,6 +19,8 @@ def get_data_files():
|
|||
(os.path.join('share', 'devede_ng'), glob("data/interface/*")),
|
||||
(os.path.join('share', 'devede_ng'), glob('data/pixmaps/*g')),
|
||||
(os.path.join('share', 'devede_ng'), ['data/devede.svg']),
|
||||
(os.path.join('share', 'devede_ng'), ['data/codepages.lst']),
|
||||
(os.path.join('share', 'devede_ng'), ['data/languages.lst']),
|
||||
(os.path.join('share', 'devede_ng'), ['data/devedesans.ttf']),
|
||||
(os.path.join('share', 'devede_ng', 'backgrounds'), glob('data/pixmaps/backgrounds/*')),
|
||||
(os.path.join('share', 'doc', 'devede_ng', 'html'), glob('docs/html/*'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue