From b0c6d73d3c3075bc6e36b804b762db3a60779234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Olejn=C3=ADk?= Date: Wed, 1 May 2024 23:52:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Preserve=20symlinks=20when=20arc?= =?UTF-8?q?hiving=20binary=20(#38)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/TorinoCore/Services/ArchiveService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/TorinoCore/Services/ArchiveService.swift b/Sources/TorinoCore/Services/ArchiveService.swift index 29a932d..c0e1ac7 100644 --- a/Sources/TorinoCore/Services/ArchiveService.swift +++ b/Sources/TorinoCore/Services/ArchiveService.swift @@ -21,7 +21,7 @@ final class ZipService: ArchiveServicing { do { try shell( [ - "zip", "-ruq", + "zip", "-ruqy", destination.pathString, ] + files.map(\.pathString), cwd: basePath