Skip to content

Commit

Permalink
Merge pull request #678 from homebysix/caffeine
Browse files Browse the repository at this point in the history
Update Caffeine recipes
  • Loading branch information
homebysix authored Dec 28, 2024
2 parents 68c55d2 + 2618f9f commit 817c1ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 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
15 changes: 3 additions & 12 deletions Caffeine/Caffeine.pkg.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,14 @@
<key>MinimumVersion</key>
<string>1.0.0</string>
<key>ParentRecipe</key>
<string>com.github.keeleysam.recipes.Caffeine.download</string>
<string>com.github.peetinc.download.Caffeine</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>dmg_path</key>
<string>%pathname%</string>
</dict>
<key>Processor</key>
<string>AppDmgVersioner</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%-%version%.pkg</string>
<key>app_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%/Caffeine.app</string>
</dict>
<key>Processor</key>
<string>AppPkgCreator</string>
Expand Down

0 comments on commit 817c1ca

Please sign in to comment.