-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Ideas list for configuration/package management:
- Ability to specify minimum (or recommended) NDK version to be used. (QPM should be able to automatically download this if missing, in my opinion)
- Instead of having a
mod.template.json(which always seemed overkill to me), add additional fields to the package to specify that information. e.g. game version, description. It's useful for packages to have that info anyway, and it would make the template unncessary. qpm.shared.jsoncurrently stores downloaded dependency versions if my understanding is correct. Could this be used as a lock file, for CI purposes? i.e. add a commandqpm cithat will pull the restored dependencies inqpm.shared.json. This could be good for reproducible builds.- A bit "out there", but ability to restrict a package based upon your game version (or some kind of warning system if a package isn't compatible with your version. granted, this requires additional metadata on packages that we don't have right now).
Metadata
Metadata
Assignees
Labels
No labels