Skip to content

Commit

Permalink
πŸ› Preserve symlinks when archiving binary (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak authored May 1, 2024
1 parent ed10b32 commit b0c6d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TorinoCore/Services/ArchiveService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class ZipService: ArchiveServicing {
do {
try shell(
[
"zip", "-ruq",
"zip", "-ruqy",
destination.pathString,
] + files.map(\.pathString),
cwd: basePath
Expand Down

0 comments on commit b0c6d73

Please sign in to comment.