From 4853d807e112791a9b4066859a45a55becdd7bff Mon Sep 17 00:00:00 2001 From: unilock Date: Tue, 16 Apr 2024 07:16:41 -0400 Subject: [PATCH] github: also exclude -dev-preshadow.jar assets by default seems common among GTNewHorizons projects, which is the primary target (for me personally) Signed-off-by: unilock --- github/install.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github/install.go b/github/install.go index 30e535c..ab6a777 100644 --- a/github/install.go +++ b/github/install.go @@ -43,10 +43,11 @@ var installCmd = &cobra.Command{ // The default will match any asset with a name that does *not* end with: // - "-api.jar" // - "-dev.jar" + // - "-dev-preshadow.jar" // - "-sources.jar" // In most cases, this will only match one asset. // TODO: Hopefully. - regex := `^.+(?