PhilipK / BoilR

Synchronize games from other platforms into your Steam library
Apache License 2.0
1.35k stars 41 forks source link

Flatpak wiht multiple commands #366

Open Crazy-bat11 opened 10 months ago

Crazy-bat11 commented 10 months ago

Describe the bug Taking Crispy-Doom as an example, BoilR only detects the default (Crispy-doom): flatpak run io.github.fabiangreffrath.Doom which is the same as flatpak run --command=crispy-doom io.github.fabiangreffrath.Doom

Expected behavior BoilR should also detect: a) Crispy-Heretic flatpak run --command=crispy-heretic io.github.fabiangreffrath.Doom b)Crispy-Hexen flatpak run --command=crispy-hexen io.github.fabiangreffrath.Doom b)Crispy-Strife flatpak run --command=crispy-strife io.github.fabiangreffrath.Doom

Desktop (please complete the following information):

PhilipK commented 10 months ago

BoilR queries the flatpak cli for apps, do you know of a command that will list all of the apps that you mention?