Skip to content

Commit

Permalink
Use static dmg download URL
Browse files Browse the repository at this point in the history
Resolves #613.
  • Loading branch information
homebysix committed Feb 11, 2024
1 parent 93ef035 commit c54d674
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions Grammarly/Grammarly.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,16 @@
<string>Grammarly</string>
</dict>
<key>MinimumVersion</key>
<string>0.6.1</string>
<string>2.3</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>appcast_url</key>
<string>https://download-mac.grammarly.com/appcast.xml</string>
</dict>
<key>Processor</key>
<string>SparkleUpdateInfoProvider</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>filename</key>
<string>%NAME%-%version%.dmg</string>
<string>%NAME%.dmg</string>
<key>url</key>
<string>https://download-mac.grammarly.com/Grammarly.dmg</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand Down

0 comments on commit c54d674

Please sign in to comment.