From fbc6767df1c11bca000347d479e953a238a71c51 Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Tue, 13 Jun 2023 18:44:33 +1000 Subject: [PATCH] Fix bootable installer mount point URL --- Mist/Views/List/ListRowInstaller.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mist/Views/List/ListRowInstaller.swift b/Mist/Views/List/ListRowInstaller.swift index b082881..f3ed2e0 100644 --- a/Mist/Views/List/ListRowInstaller.swift +++ b/Mist/Views/List/ListRowInstaller.swift @@ -163,7 +163,7 @@ struct ListRowInstaller: View { version: installer.version, build: installer.build, beta: installer.beta, - destinationURL: URL(fileURLWithPath: "/Volumes/"), + destinationURL: URL(fileURLWithPath: "/Volumes/Install \(installer.name)"), taskManager: taskManager ) }