Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TextMate2.munki.recipe #362

Merged
merged 2 commits into from
Oct 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions TextMate/TextMate2.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the latest TextMate 2 and imports into Munki.
<string>Downloads the latest TextMate 2 from their GitHub repo and imports into Munki.

The postinstall script symlinks the 'mate' command-line helper tool from
the application bundle to /usr/local/bin/mate, the same path that TextMate2
would install it to.

BRANCH can be one of 'release' or 'beta', which correspond respectively
to the 'Normal' and 'Nightly' options in TextMate 2's Software Update
preferences panel.
Set PRERELEASE to a non-empty string to download prereleases, either
via Input in an override or via the -k option,
i.e.: `-k PRERELEASE=yes`
</string>
<key>Identifier</key>
<string>com.github.autopkg.munki.TextMate2</string>
Expand All @@ -21,10 +21,6 @@ preferences panel.
<string>apps/TextMate2</string>
<key>NAME</key>
<string>TextMate2</string>
<key>BRANCH</key>
<string>release</string>
<key>MACOS</key>
<string>10.15</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
Expand Down