diff --git a/src/windows.ts b/src/windows.ts index 4d08f8f..8b18237 100644 --- a/src/windows.ts +++ b/src/windows.ts @@ -63,6 +63,7 @@ export class WindowsOVM extends RequestWindows { }); const ovm = cp.spawn(this.options.ovmPath, [ + "prepare", "-name", this.options.name, "-log-path", this.options.logDir, "-event-npipe-name", this.restfulNPipePrepareName, @@ -102,6 +103,7 @@ export class WindowsOVM extends RequestWindows { }); const ovm = cp.spawn(this.options.ovmPath, [ + "run", "-name", this.options.name, "-log-path", this.options.logDir, "-image-dir", this.options.imageDir,