Would it be possible to return the pbo hash in allAddonsInfo? Or maybe create a new command that returns it? (e.g. getAddonInfo)
I want to detect if a certain pbo in a mod has been changed. The mod doesn't necessarily change the version with every update so I have to detect the hash or something.
Also it has many pbos which are not updated together so using the hash in getLoadedModsInfo is a bit incorrect for what I want.