There was an error while loading. Please reload this page.
1 parent 4342277 commit 0d4532eCopy full SHA for 0d4532e
1 file changed
admin/osx/mac-crafter/Sources/Utils/Signer.swift
@@ -164,6 +164,7 @@ enum Signer: Signing {
164
}
165
166
await sign(at: binariesLocation.appendingPathComponent("nextcloudcmd"), with: codeSignIdentity, entitlements: nil)
167
+ await sign(at: binariesLocation.appendingPathComponent("nextclouddevcmd"), with: codeSignIdentity, entitlements: nil)
168
169
guard let mainAppEntitlements = entitlements[location.lastPathComponent] else {
170
throw MacCrafterError.signing("No entitlements provided for: \(location.path)")
0 commit comments