Skip to content

Commit

Permalink
Shutter Encoder with both Intel and Apple Silicon support
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pirie committed Nov 13, 2024
1 parent 075542b commit 3229f9e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Shutter Encoder/ShutterEncoder.pkg.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,21 @@ Process:
- '/bin/chmod -R o-w "%pkgroot%/payload/Applications/Shutter Encoder.app"'
subprocess_fail_on_error: True

- Processor: PlistReader
Arguments:
info_path: '%pkgroot%/payload/Applications/Shutter Encoder.app'
plist_keys:
CFBundleShortVersionString: version
CFBundleIdentifier: pkg_id

- Processor: PkgCreator
Arguments:
pkg_request:
chown:
- path: Applications
user: root
group: admin
id: com.paulpacifico.shutterencoder
id: '%pkg_id%'
options: purge_ds_store
pkgname: '%NAME%-%version%'
pkgroot: '%RECIPE_CACHE_DIR%/%NAME%/payload'
Expand Down

0 comments on commit 3229f9e

Please sign in to comment.