Implement Bottles parser

This commit is contained in:
kramo
2023-02-02 18:29:09 +01:00
parent 325820758e
commit 24dd082681
9 changed files with 179 additions and 49 deletions

View File

@@ -45,6 +45,7 @@ cartridges_sources = [
'game.py',
'utils/steam_parser.py',
'utils/heroic_parser.py',
'utils/bottles_parser.py',
'utils/run_command.py',
'utils/get_games.py',
'utils/get_cover.py',