diff --git a/Sources/Zip/Zip.swift b/Sources/Zip/Zip.swift index 3c64e566..c9e2ebd0 100644 --- a/Sources/Zip/Zip.swift +++ b/Sources/Zip/Zip.swift @@ -136,7 +136,7 @@ public class Zip { FilePath(fullPath), .writeOnly, options: [.append, .create], - permissions: .ownerReadWrite + permissions: FilePermissions(rawValue: 0o644) ) try fd.closeAfter { while true {