Fix bootable installer mount point URL

This commit is contained in:
Nindi Gill 2023-06-13 18:44:33 +10:00
parent bcdaccb342
commit fbc6767df1
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1

View file

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