diff --git a/Sources/mas/AppStore/AppStoreAction+download.swift b/Sources/mas/AppStore/AppStoreAction+download.swift index 1bfc30a6..38916547 100644 --- a/Sources/mas/AppStore/AppStoreAction+download.swift +++ b/Sources/mas/AppStore/AppStoreAction+download.swift @@ -287,7 +287,7 @@ private actor DownloadQueueObserver: CKDownloadQueueObserver { let hardLinkURL = try fileManager.url( for: .itemReplacementDirectory, in: .userDomainMask, - appropriateFor: URL.homeDirectory, + appropriateFor: url, create: true, ) .appending(path: "\(adamID)-\(url.lastPathComponent)", directoryHint: .notDirectory)