mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 14:35:26 -04:00
Fix bootable installer mount point URL
This commit is contained in:
parent
bcdaccb342
commit
fbc6767df1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue