mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 14:35:26 -04:00
Fix URL path typo
This commit is contained in:
parent
e041ee2b62
commit
970c70869b
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ 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)-Temp")
|
||||
}
|
||||
var temporaryInstallerURL: URL {
|
||||
temporaryDiskImageMountPointURL.appendingPathComponent("/Applications/Install \(name).app")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue