Try to get dmg to work.
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<key>Arguments</key>
|
<key>Arguments</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>filename</key>
|
<key>filename</key>
|
||||||
<string>%NAME%-%version%.dmg</string>
|
<string>%NAME%-%version%.zip</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>Processor</key>
|
<key>Processor</key>
|
||||||
<string>URLDownloader</string>
|
<string>URLDownloader</string>
|
||||||
@@ -45,12 +45,17 @@
|
|||||||
<key>Arguments</key>
|
<key>Arguments</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>input_path</key>
|
<key>input_path</key>
|
||||||
<string>%pathname%/ONLYOFFICE.app</string>
|
<string>%pathname%/%NAME%.app</string>
|
||||||
<key>requirement</key>
|
<key>requirement</key>
|
||||||
<string>anchor apple generic and identifier "asc.onlyoffice.ONLYOFFICE" 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] = "2WH24U26GJ")</string>
|
<string>anchor apple generic and identifier "asc.onlyoffice.ONLYOFFICE" 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] = "2WH24U26GJ")</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>dmg_path</key>
|
||||||
|
<string>%pathname%</string>
|
||||||
|
</dict>
|
||||||
<key>Processor</key>
|
<key>Processor</key>
|
||||||
<string>CodeSignatureVerifier</string>
|
<string>CodeSignatureVerifier</string>
|
||||||
|
<string>AppDmgVersioner</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
Reference in New Issue
Block a user