Skip to content

Commit

Permalink
Update ScrollReverser.download.recipe (#98)
Browse files Browse the repository at this point in the history
Fixes for #97
  • Loading branch information
Daz-wallace committed Jul 1, 2024
1 parent 4c104bb commit 80c0189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scroll_Reverser/ScrollReverser.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>Arguments</key>
<dict>
<key>re_pattern</key>
<string>(For macOS 10\.12 and later.*&lt;a href\="(?P&lt;url&gt;/downloads/ScrollReverser-(?P&lt;version&gt;[\d.]+).zip)")</string>
<string>(/downloads/ScrollReverser-[\d.]+.zip)</string>
<key>url</key>
<string>https://pilotmoon.com/scrollreverser</string>
</dict>
Expand All @@ -32,7 +32,7 @@
<key>filename</key>
<string>%NAME%.zip</string>
<key>url</key>
<string>https://pilotmoon.com%url%</string>
<string>https://pilotmoon.com%match%</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand Down

0 comments on commit 80c0189

Please sign in to comment.