Skip to content

Commit

Permalink
fix download recipe ScreenConnect
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Mar 1, 2024
1 parent e922dbf commit 0388c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConnectWise/ScreenConnect-Win.download.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Process:
- Processor: URLTextSearcher
Arguments:
url: https://screenconnect.connectwise.com/download
re_pattern: "(?P<url>https://d1kuyuqowve5id.cloudfront.net/ScreenConnect_23.9.10.8817_Release.msi)"
re_pattern: "(?P<url>https://.+?.cloudfront.net/ScreenConnect_.+?_Release.msi)"

- Processor: URLDownloaderPython
Arguments:
Expand Down

0 comments on commit 0388c2c

Please sign in to comment.