Skip to content

Commit

Permalink
Update and deprecate Caffeine.install
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Dec 28, 2024
1 parent 13fe4fe commit 2618f9f
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions Caffeine/Caffeine.install.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,21 @@
<key>MinimumVersion</key>
<string>0.5.0</string>
<key>ParentRecipe</key>
<string>com.github.keeleysam.recipes.Caffeine.download</string>
<string>com.github.homebysix.pkg.Caffeine</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>DeprecationWarning</string>
<key>Arguments</key>
<dict>
<key>dmg_path</key>
<string>%pathname%</string>
<key>items_to_copy</key>
<array>
<dict>
<key>destination_path</key>
<string>/Applications</string>
<key>source_item</key>
<string>Caffeine.app</string>
</dict>
</array>
<key>warning_message</key>
<string>This recipe is deprecated and will be removed in the future.</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>InstallFromDMG</string>
<string>Installer</string>
</dict>
</array>
</dict>
Expand Down

0 comments on commit 2618f9f

Please sign in to comment.