Skip to content

Commit

Permalink
Change parent recipe for Caffeine.pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Dec 28, 2024
1 parent 68c55d2 commit 13fe4fe
Showing 1 changed file with 3 additions and 12 deletions.
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 13fe4fe

Please sign in to comment.