mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-02 08:09:52 -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")
|
temporaryDiskImageMountPointURL.appendingPathComponent("/Applications/Install \(name).app")
|
||||||
}
|
}
|
||||||
var temporaryISOMountPointURL: URL {
|
var temporaryISOMountPointURL: URL {
|
||||||
URL(fileURLWithPath: "/Volumes/Install \(name).app")
|
URL(fileURLWithPath: "/Volumes/Install \(name)")
|
||||||
}
|
}
|
||||||
var dictionary: [String: Any] {
|
var dictionary: [String: Any] {
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue