mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03: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
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue