mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-31 23:38:24 -04:00
Fix URL typo for reals
This commit is contained in:
parent
a7617320e0
commit
019bf417b8
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ struct Installer: Decodable, Hashable, Identifiable {
|
|||
temporaryDiskImageMountPointURL.appendingPathComponent("/Applications/Install \(name).app")
|
||||
}
|
||||
var temporaryISOMountPointURL: URL {
|
||||
URL(fileURLWithPath: "/Volumes/Install \(name).app")
|
||||
URL(fileURLWithPath: "/Volumes/Install \(name)")
|
||||
}
|
||||
var dictionary: [String: Any] {
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue