Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
add INCLUDE_PRERELEASES key + description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Lyon committed Jun 17, 2022
1 parent ac03edf commit 4a4a8ac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion MacadminsPython/MacadminsPython.jss.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the latest MacAdmins Python 3 framework pkg (recommended) and uploads it to the JSS.</string>
<string>Downloads the latest MacAdmins Python 3 framework pkg (recommended) and uploads it to the JSS.

In order to get the latest pre-release, set the Input variable INCLUDE_PRERELEASES to a non-empty
string (such as 'True'; this is the default). If you just want the latest full release instead,
INCLUDE_PRERELEASES must be set to an empty string.
</string>
<key>Identifier</key>
<string>com.github.jss-recipes.jss.MacadminsPython</string>
<key>Input</key>
Expand All @@ -24,6 +29,8 @@
<string>A Python 3 framework that currently installs to /Library/ManagedFrameworks/Python/Python3.framework.</string>
<key>SELF_SERVICE_ICON</key>
<string>MacadminsPython.png</string>
<key>INCLUDE_PRERELEASES</key>
<string></string>
<key>version</key>
<string></string>
<key>version-Comment</key>
Expand Down

0 comments on commit 4a4a8ac

Please sign in to comment.