Skip to content

Commit

Permalink
Merge pull request #627 from homebysix/grammarly
Browse files Browse the repository at this point in the history
Use static dmg download URL for Grammarly
  • Loading branch information
homebysix authored Feb 11, 2024
2 parents 93ef035 + c54d674 commit f0727f4
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 f0727f4

Please sign in to comment.