Pobega / com.fightcade.Fightcade-ARCHIVE

ARCHIVED - go to flathub/com.fightcade.Fightcade
https://github.com/flathub/com.fightcade.Fightcade
GNU General Public License v2.0
2 stars 0 forks source link

Add a wine wrapper #26

Closed Pobega closed 4 years ago

Pobega commented 4 years ago

Fightcade is hard coded to only look in /usr/bin and /usr/local/bin for wine. Fortunately for us it also seems to look in ${DIR}/../Resources/wine.sh for a wine wrapper script to execute in place of those.

For our use case this lives at /app/extra/Resources/wine.sh, so we create this file during the apply_extra step

Resolves https://github.com/Pobega/com.fightcade.Fightcade/issues/12