Voljega/amiga4recalbox

Wrong Path in recalboxFiles.py

Opened this issue · 2 comments

https://github.com/Voljega/amiga4recalbox/blob/master/installAmiga/configgen/recalboxFiles.py Line: 31

, 'amiberry' : '/recalbox/share/emulateurs/amiberry'

correct:
, 'amiberry' : '/recalbox/share/emulateurs/amiga/amiberry'

Interestingly, nothing happens with the wrong path. Everything's fine. In my opinion, this should be corrected anyway - perhaps this is important in recalbox/configgen later on?

yes you're right, this is a mistake on my part but that path isn't really used right now, I'll correct it when putting the real path at integration time and using them in the code

corrected in official version