Skip to content

Commit 339b2ea

Browse files
committed
Use symlinks
1 parent 80297a5 commit 339b2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/build/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for type in types {
5454

5555
try cd(".build") {
5656
let zip = "\(framework)-\(type).xcframework.zip"
57-
try sh("zip -r \(zip) \(framework).xcframework")
57+
try sh("zip --symlinks -r \(zip) \(framework).xcframework")
5858
let chksum = try sha(path: zip)
5959
checksums.append((file: zip, value: chksum))
6060
}

0 commit comments

Comments
 (0)