mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-27 21:44:26 -04:00
Fix additional URL typos
This commit is contained in:
parent
970c70869b
commit
a7617320e0
1 changed files with 2 additions and 2 deletions
|
@ -228,13 +228,13 @@ struct Installer: Decodable, Hashable, Identifiable {
|
|||
[Package(url: distributionURL, size: distributionSize, integrityDataURL: nil, integrityDataSize: nil)] + packages.sorted { $0.filename < $1.filename }
|
||||
}
|
||||
var temporaryDiskImageMountPointURL: URL {
|
||||
URL(fileURLWithPath: "/Volumes/\(id)-Temp")
|
||||
URL(fileURLWithPath: "/Volumes/\(id)")
|
||||
}
|
||||
var temporaryInstallerURL: URL {
|
||||
temporaryDiskImageMountPointURL.appendingPathComponent("/Applications/Install \(name).app")
|
||||
}
|
||||
var temporaryISOMountPointURL: URL {
|
||||
URL(fileURLWithPath: "/Volumes/\(id)")
|
||||
URL(fileURLWithPath: "/Volumes/Install \(name).app")
|
||||
}
|
||||
var dictionary: [String: Any] {
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue