mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-02 08:09:52 -04:00
Add AutoPkg DMG recipe
This commit is contained in:
parent
044cbb45bb
commit
d50950e012
1 changed files with 21 additions and 0 deletions
21
Mist.dmg.recipe.yaml
Normal file
21
Mist.dmg.recipe.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
Identifier: com.ninxsoft.dmg.mist
|
||||
Input:
|
||||
NAME: Mist
|
||||
Process:
|
||||
- Processor: URLDownloader
|
||||
Arguments:
|
||||
PKG: /Applications/Mist.app
|
||||
url: ""
|
||||
- Processor: EndOfCheckPhase
|
||||
- Processor: CodeSignatureVerifier
|
||||
Arguments:
|
||||
input_path: "%pathname%"
|
||||
requirement: 'anchor apple generic and identifier "com.ninxsoft.mist" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "7K3HVCLV7Z")'
|
||||
- Processor: Versioner
|
||||
Arguments:
|
||||
input_plist_path: "%pathname%/Contents/Info.plist"
|
||||
- Processor: DmgCreator
|
||||
Arguments:
|
||||
dmg_root: "%pathname%"
|
||||
dmg_path: "%DESTINATION_DIR%/%NAME% %version%.dmg"
|
Loading…
Add table
Add a link
Reference in a new issue