mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Make sure to code-sign all binaries in app bundle
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
be7e3e7c19
commit
0c8ffdb49f
@ -108,4 +108,8 @@ func codesignClientAppBundle(
|
||||
path: appExtensionPath,
|
||||
options: "--timestamp --force --verbose=4 --options runtime --entitlements \(tmpEntitlementXmlPath)")
|
||||
}
|
||||
|
||||
// Now we do the final codesign bit
|
||||
print("Code-signing Nextcloud Desktop Client binaries...")
|
||||
try codesign(identity: codeSignIdentity, path: "\(clientContentsDir)/MacOS/*")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user