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 ) }