Try to get dmg to work.

This commit is contained in:
Dennis Juhler Aagaard
2020-04-03 12:35:27 +02:00
parent f5c31b6ee0
commit e73e0719ae
+7 -2
View File
@@ -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>