Skip to content

Commit

Permalink
rekordbox 7
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pirie committed Feb 4, 2025
1 parent e9fdcb4 commit 82072c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Pioneer DJ/rekordbox7.pkg.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,21 @@ Process:
destination_path: '%RECIPE_CACHE_DIR%/unzip'
purge_destination: True

- Processor: FileFinder
Arguments:
pattern: '%RECIPE_CACHE_DIR%/unzip/*.pkg'

- Processor: CodeSignatureVerifier
Arguments:
input_path: '%RECIPE_CACHE_DIR%/unzip/*.pkg'
input_path: '%found_filename%'
expected_authority_names:
- 'Developer ID Installer: AlphaTheta Corporation (6BRHGXQ6VU)'
- Developer ID Certification Authority
- Apple Root CA

- Processor: FlatPkgUnpacker
Arguments:
flat_pkg_path: '%RECIPE_CACHE_DIR%/unzip/*.pkg'
flat_pkg_path: '%found_filename%'
destination_path: '%RECIPE_CACHE_DIR%/unpack'

- Processor: PkgPayloadUnpacker
Expand All @@ -41,7 +45,7 @@ Process:

- Processor: PkgCopier
Arguments:
source_pkg: '%RECIPE_CACHE_DIR%/unzip/*.pkg'
source_pkg: '%found_filename%'
pkg_path: '%RECIPE_CACHE_DIR%/%NAME%-%version%.pkg'

- Processor: PathDeleter
Expand Down

0 comments on commit 82072c2

Please sign in to comment.