Skip to content

Commit

Permalink
Merge pull request #686 from jazzace/master
Browse files Browse the repository at this point in the history
Enhance JamfSetupManager.download
  • Loading branch information
homebysix authored Jan 23, 2025
2 parents b3da9e2 + 93033bd commit 985a167
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions JamfSetupManager/JamfSetupManager.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
<key>Comment</key>
<string>Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot)</string>
<key>Description</key>
<string>Downloads the latest version of Setup Manager.</string>
<string>Downloads the latest version of Jamf Setup Manager.
If you wish to download a pre-release version if it is the most recent, set INCL_PRERELEASES to any non-empty value.</string>
<key>Identifier</key>
<string>com.github.homebysix.download.JamfSetupManager</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>JamfSetupManager</string>
<key>INCL_PRERELEASES</key>
<string></string>
</dict>
<key>MinimumVersion</key>
<string>2.3</string>
Expand All @@ -22,16 +25,13 @@
<dict>
<key>github_repo</key>
<string>Jamf-Concepts/Setup-Manager</string>
<key>include_prereleases</key>
<string>%INCL_PRERELEASES%</string>
</dict>
<key>Processor</key>
<string>GitHubReleasesInfoProvider</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>filename</key>
<string>%NAME%-%version%.pkg</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
</dict>
Expand Down

0 comments on commit 985a167

Please sign in to comment.