Gibberlings3 / modhub

Microservice to find the latest or latest (pre)release version of a mod hosted on GitHub
GNU General Public License v3.0
1 stars 1 forks source link

Support for the package prefix `mac-` as a synonym of `osx-` #12

Closed skellytz closed 34 minutes ago

skellytz commented 2 hours ago

Would it be possible for osx- to also catch mac-prefixed packages (make them synonyms) to allow modders to use more up-to-date package naming?

lynxlynxlynx commented 2 hours ago

Can you give me a test case?

skellytz commented 2 hours ago

https://github.com/Argent77/DjinniCompanion

Weidu Mod Packager currently defaults to osx- but can also generate mac- if preferred.

It would be best if we didn't have to update modhub links that are already with, e.g. pkg=osx,zip to pkg=osx,mac,zip when a mod maintainer decides to change the prefix; I suggest making them synonyms rather than separate prefixes.