mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 12:35:52 +03:00
Merge pull request #7527 from nextcloud/bugfix/yet-another-path-problem-mac-crafter
Fix codesign path for app bundle main binaries
This commit is contained in:
commit
feec773d3f
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