Move run_command into the game class

This commit is contained in:
kramo
2023-03-24 23:21:50 +01:00
parent 6b103c996b
commit ecceaabff1
4 changed files with 18 additions and 44 deletions

View File

@@ -25,7 +25,6 @@ cartridges_sources = [
'utils/steam_parser.py',
'utils/heroic_parser.py',
'utils/bottles_parser.py',
'utils/run_command.py',
'utils/get_games.py',
'utils/save_games.py',
'utils/save_cover.py',