mirror of https://github.com/cirruslabs/tart.git
Renamed disk file (#24)
.img is a standard extension for disk images on macOS. With this extension clicking on the file in finder it will be open in Dick Utilities for inspection.
This commit is contained in:
parent
e100cc0d7f
commit
cc31388c1b
|
|
@ -14,7 +14,7 @@ struct VMDirectory {
|
|||
baseURL.appendingPathComponent("config.json")
|
||||
}
|
||||
var diskURL: URL {
|
||||
baseURL.appendingPathComponent("disk.bin")
|
||||
baseURL.appendingPathComponent("disk.img")
|
||||
}
|
||||
var nvramURL: URL {
|
||||
baseURL.appendingPathComponent("nvram.bin")
|
||||
|
|
|
|||
Loading…
Reference in New Issue