mirror of
https://github.com/RetroDECK/org.mamedev.MAME.git
synced 2025-01-19 11:05:37 +00:00
Search path doesnt seem to include /etc as originally thought. Moved basic config to app binary path
This commit is contained in:
parent
b66cf757fa
commit
b3e5dcd93f
2
mame.ini
2
mame.ini
|
@ -7,7 +7,7 @@ hashpath /app/share/mame/hash
|
|||
samplepath /app/share/mame/samples
|
||||
artpath /app/share/mame/artwork
|
||||
ctrlrpath /app/share/mame/ctrlr
|
||||
inipath $HOME/.mame
|
||||
inipath $HOME/.mame;/app/share/mame/ini
|
||||
fontpath /app/bin/
|
||||
cheatpath /app/share/mame/cheat
|
||||
crosshairpath /app/share/mame/crosshair
|
||||
|
|
|
@ -27,7 +27,7 @@ modules:
|
|||
- install -Dm 0644 ${FLATPAK_ID}.desktop /app/share/applications/${FLATPAK_ID}.desktop
|
||||
- install -Dm 0644 ${FLATPAK_ID}.metainfo.xml /app/share/metainfo/${FLATPAK_ID}.metainfo.xml
|
||||
- install -Dm 0644 mame128x128.png /app/share/icons/hicolor/128x128/apps/${FLATPAK_ID}.png
|
||||
- install -Dm 0644 mame.ini /app/etc/mame/mame.ini
|
||||
- install -Dm 0644 mame.ini /app/bin/mame.ini
|
||||
- cp COPYING /app/bin/
|
||||
- cp uismall.bdf /app/bin/
|
||||
- mkdir -p /app/share/mame/
|
||||
|
|
Loading…
Reference in a new issue