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:
Fedor Korotkov 2022-04-14 15:49:38 -04:00 committed by GitHub
parent e100cc0d7f
commit cc31388c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")