mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Fix codesign path for app bundle main binaries
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
5f62cd8b7d
commit
4d15f47e09
1 changed files with 1 additions and 1 deletions
|
@ -125,5 +125,5 @@ func codesignClientAppBundle(
|
|||
|
||||
// Now we do the final codesign bit
|
||||
print("Code-signing Nextcloud Desktop Client binaries...")
|
||||
try codesign(identity: codeSignIdentity, path: "\(clientContentsDir)/MacOS/*")
|
||||
try recursivelyCodesign(path: "\(clientContentsDir)/MacOS/", identity: codeSignIdentity)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue