SuperTux / addons

10 stars 18 forks source link

repository.nfo is all messed up #12

Closed Grumbel closed 8 years ago

Grumbel commented 8 years ago

The repository.nfo is all messed up. The way it is supposed to work:

What happened instead: The URL didn't get change, but the underlying file was replaced. The md5 was changed as well, the version wasn't updated.

Result: Game gets all confused, as it can no longer tell that a new version got released.

tobbi commented 8 years ago

I see! Sorry, we need a better way of updating the nfo file... I didn't know how this worked so I just assumed.

LMH0013 commented 8 years ago

Actually I may have unwittingly done this, I'll see to getting it fixed.

tobbi commented 8 years ago

I think this was done by me, as I was fixing issues in Yeti's Revenge.

LMH0013 commented 8 years ago

@tobbi No, you're fine. You changed only the source files, which does nothing on the player side. The repo (zip files) and index file needs to be changed in order for the addon manager to recognize changes. I think when I updated the repo for 0.4.0 I somehow missed changing the version numbers before rebuilding the zip files and index. I must have rushed it for release and only checked to make sure things at least worked (if not properly). The good news is that once I correct the versions, your changes to Yeti's Revenge will now be in place.

LMH0013 commented 8 years ago

This should all be cleared up as of commit 7358050. I'm not sure how I let that happen, but I think the mess should work itself out now.