From 00f976f4df6d13ea01005202254db34fc2a676ae Mon Sep 17 00:00:00 2001 From: Kevin Cui Date: Mon, 21 Apr 2025 16:43:26 +0800 Subject: [PATCH] feat(info): add hostEndpoint in win32 Signed-off-by: Kevin Cui --- scripts/resource.json | 4 ++-- src/type.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/resource.json b/scripts/resource.json index 4693132..2799284 100644 --- a/scripts/resource.json +++ b/scripts/resource.json @@ -48,9 +48,9 @@ "win32-x64": [ { "name": "ovm", - "version": "v1.2.0", + "version": "v1.2.1", "download": "https://static.oomol.com/ovm-resources/ovm-win/{version}/ovm-amd64.exe", - "sha256": "6e2fc20555120fe9a385d0d39fe8b7426f10b446cdc24770689166d6b7d8133a", + "sha256": "f075d1acf371200029fd207daead78f41472c2b8fe6081fecbbb2a846d6a6868", "out": "ovm.exe" }, { diff --git a/src/type.ts b/src/type.ts index 6b051fa..accb6e1 100644 --- a/src/type.ts +++ b/src/type.ts @@ -64,6 +64,7 @@ export interface OVMDarwinState { export interface OVMWindowsInfo { podmanHost: string; podmanPort: number; + hostEndpoint: string; } export interface OVMWindowsOptions {