From 06684cbdbb468a872ea70a5f12f0b0177421f0eb Mon Sep 17 00:00:00 2001 From: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> Date: Fri, 9 Jan 2026 09:34:26 -0500 Subject: [PATCH] Create temp folders for pkg installer & receipt hard links on same volume as original files. Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> --- Sources/mas/AppStore/AppStoreAction+download.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)