From 2aba57ca1ae8dc6191c21d9b1a4f8f69f738b6ac Mon Sep 17 00:00:00 2001 From: Jamie Piperberg Date: Tue, 1 Oct 2024 10:51:20 -0400 Subject: [PATCH] Project uses tag with a version_ prefix GithubReleasesInfoProvider not providing proper version, as the project does not use a major.minor.build version in the tag, but version_major.minor.build (was returning ersion_2.8.1 as the version) --- PrusaSlicer/PrusaSlicer.download.recipe | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/PrusaSlicer/PrusaSlicer.download.recipe b/PrusaSlicer/PrusaSlicer.download.recipe index 8aee498..8c972f8 100644 --- a/PrusaSlicer/PrusaSlicer.download.recipe +++ b/PrusaSlicer/PrusaSlicer.download.recipe @@ -36,6 +36,19 @@ Processor URLDownloader + + + Arguments + + url + %asset_url% + re_pattern + + result_output_var_name + version + + Processor + URLTextSearcher Processor