Skip to content

Commit

Permalink
Merge pull request #7528 from nextcloud/backport/7527/stable-3.14
Browse files Browse the repository at this point in the history
[stable-3.14] Fix codesign path for app bundle main binaries
  • Loading branch information
claucambra authored Nov 20, 2024
2 parents 8f35390 + 9d1ec73 commit ad88600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/osx/mac-crafter/Sources/Utils/Codesign.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit ad88600

Please sign in to comment.