libretro / retroarch-assets

Assets needed for RetroArch - e.g. menu drivers, etc. Also contains the official branding.
Creative Commons Attribution 4.0 International
169 stars 160 forks source link

Minor cleanups #444

Closed u1f35c closed 10 months ago

u1f35c commented 1 year ago

These are a handful of minor cleanups I made while updating the Debian packaging for retroarch-assets.

baxysquare commented 1 year ago

The majority of the files with permission issues are ones that I contributed. I'm guessing the issue comes from the fact that the source files were created on a Mac. Is there a command or script I should run to fix the permissions before I make contributions?

u1f35c commented 1 year ago

I ended up doing:

to make sure all those file types weren't executable (and a find . -type f -executable is useful for seeing all the executable files). I'd actually expected the issue to be more likely to have come from the Windows world than a Mac; I've no suggestion for how to avoid it on new files.

u1f35c commented 11 months ago

xmb/convert.sh already exists as scripts/xmb-convert.sh

Rebased on top of current master to fix the merge conflict (some of the files with fixed up permissions have since been removed from the repo)