Skip to content

Commit

Permalink
DFU Blaster
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pirie committed Nov 27, 2024
1 parent 6326f3e commit a41b41b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Twocanoes Software/DFUBlaster.jamf-upload.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Process:
- Processor: com.github.grahampugh.jamf-upload.processors/JamfPackageUploader
Arguments:
pkg_name: '%JAMF_PKG_NAME%-%version%.%JAMF_PKG_SUFFIX%'
pkg_path: '%pathname%/DFU Blaster Pro.pkg'
pkg_category: '%JAMF_CATEGORY%'
pkg_info: '%JAMF_PKG_INFO%'
pkg_notes: '%JAMF_PKG_NOTES%'
Expand All @@ -42,3 +41,8 @@ Process:
send_notification: '%JAMF_PKG_SEND_NOTIFICATION%'
replace_pkg: '%JAMF_PKG_REPLACE%'
replace_pkg_metadata: '%JAMF_PKG_REPLACE_METADATA%'

- Processor: PathDeleter
Arguments:
path_list:
- '%pkg_path%'
7 changes: 6 additions & 1 deletion Twocanoes Software/DFUBlaster.pkg.recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: |
Downloads the latest version of DFU Blaster as a dmg, verifies the
code signature, then finds the version.
code signature, then finds the version and copies the pkg.
Identifier: com.github.davidbpirie.pkg.DFUBlaster
ParentRecipe: com.github.kevinmcox.download.DFUBlaster
Expand All @@ -25,6 +25,11 @@ Process:
Arguments:
info_path: '%RECIPE_CACHE_DIR%/payload/Applications/DFU Blaster Pro.app'

- Processor: PkgCopier
Arguments:
source_pkg: '%pathname%/DFU Blaster Pro.pkg'
pkg_path: '%RECIPE_CACHE_DIR%/%NAME%-%version%.pkg'

- Processor: PathDeleter
Arguments:
path_list:
Expand Down

0 comments on commit a41b41b

Please sign in to comment.