mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-30 15:05:18 -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,
|
version: installer.version,
|
||||||
build: installer.build,
|
build: installer.build,
|
||||||
beta: installer.beta,
|
beta: installer.beta,
|
||||||
destinationURL: URL(fileURLWithPath: "/Volumes/"),
|
destinationURL: URL(fileURLWithPath: "/Volumes/Install \(installer.name)"),
|
||||||
taskManager: taskManager
|
taskManager: taskManager
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue