[Feature Request] More flexible matching #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be useful if we had some options for more flexible file name suffix mattching.
Some options:
(for the strategies that currently require build.gradle modification)
For example my version is currently set like
which ends up making a file name like
automated-crafting-1.3.13+MC1.16.2-1.16.4
If modupdater looked for MC version ranges, it would find
1.16.2-1.16.4
and I could specify"+MC"
as my separator string.