margorski / exodos-launcher

Launcher for eXoDOS. Basic and forked from Flashpoint Launcher repository (https://github.com/FlashpointProject/launcher)
https://exodos.the-eye.us
MIT License
35 stars 5 forks source link

Fix wine references for eXoDOS soundtracks #52

Closed parricc closed 2 months ago

parricc commented 2 months ago

Currently, exogui is still pointing to the old wine flatpak com.retro_exo.wine-9-0 for the eXoDOS soundtracks. The -9-0 part should be taken out to call flatpak run com.retro_exo.wine instead.

parricc commented 2 months ago

Pull request to fix this: https://github.com/margorski/exodos-launcher/pull/53