Commit d8267ee
authored
fix(lutris): differentiate entries that share an executable (#43)
Fixes an issue where all entries that share an executable were
treated as the same, since the executable was being used to match data
from 2 different sources. This ends up being a large change in the
Lutris backend, as now we are just querying a local DB file directly for
all the relevant data, but is the only way around the issue that I could find.1 parent 9fa59c1 commit d8267ee
21 files changed
Lines changed: 95 additions & 812 deletions
File tree
- src
- linux/launchers
- tests/file_system_mocks/linux
- .cache/lutris
- .config/lutris/games
- .var/app/net.lutris.Lutris
- cache/lutris
- data/lutris
- games
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 0 additions & 76 deletions
This file was deleted.
Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 0 additions & 76 deletions
This file was deleted.
Lines changed: 0 additions & 41 deletions
This file was deleted.
0 commit comments