Skip to content

Commit

Permalink
Fix Mac VM not correctly flagged as finished install
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Aug 27, 2024
1 parent a059464 commit 321b599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualUI/Source/Installer/VMInstallationViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ final class VMInstallationViewModel: ObservableObject {
do {
let restoreData = try PropertyListEncoder.virtualBuddy.encode(restorableState)
machine.installRestoreData = restoreData
try machine.saveInstallData()
try machine.saveMetadata()
self.machine = machine
} catch {
assertionFailure("Failed to save install restore data: \(error)")
Expand Down

0 comments on commit 321b599

Please sign in to comment.