You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: pBlueG/SA-MP-MySQL:R39-6 downloading plugin resource for linux
WARN: failed to ensure package github.com/pBlueG/SA-MP-MySQL:R39-6: failed to ensure asset: failed to get plugin pBlueG/SA-MP-MySQL:R39-6 from net: resource matcher '^mysql-.+-([Dd]ebian[0-9]?|[Ll]inux)-static\.tar\.gz$' does not match any release assets from '[ mysql-R39-6-centos6.tar.gz mysql-R39-6-Linux.tar.gz mysql-R39-6-win32.zip]'
Right, so, it appears as if the regex would function fine for mysql r41-4, as there is a static version shipped explicitly (that'll match the regular expression). I don't really see a fix without adjusting the regular expression, which would then have the knock-on effect of potentially prioritising non-static releases. A fix for this might have to be implemented straight into sampctl, where it prioritises the use of a static build if one is available. @ADRFranklin
It should match the static/generic Linux version?
The text was updated successfully, but these errors were encountered: