profi200 / sysUpdater

3DS offline system updater using CIA files
GNU General Public License v3.0
98 stars 33 forks source link

Does not ignore OSX attribute files when applying updates #10

Closed sammargh closed 8 years ago

sammargh commented 8 years ago

On OSX when you put in a thumb drive/sd card it does this really stupid thing where it creates a file for extended attributes and names it ._filename in any folder you navigate.

sysUpdater tries to run these .filename.cia files and returns an invalid signature which causes the upgrade process to fail. If you manually delete the .* files within the updates directory it functions properly. Simple workaround is to ignore any .cia file that begins with ._ in the file name.

profi200 commented 8 years ago

For fucks sake what were the people at Apple smoking? That's really annoying and i need to include an extra rule for the file filter. I will later look into it.

profi200 commented 8 years ago

Should be fixed with https://github.com/profi200/sysUpdater/commit/fed1587863db9faed51b32c52f4e92d96f6362f4