diff --git a/Sources/PKGAppcastGeneratorCore/Entry+URL.swift b/Sources/PKGAppcastGeneratorCore/Entry+URL.swift index 8d96fa1..4790122 100644 --- a/Sources/PKGAppcastGeneratorCore/Entry+URL.swift +++ b/Sources/PKGAppcastGeneratorCore/Entry+URL.swift @@ -3,7 +3,7 @@ import ZIPFoundation public extension Entry { var pathURL: URL? { - URL(string: "zip:///\(path)") + URLComponents(string: "zip:///\(path)")?.url } var componentCount: Int {