From 10075826dde3bf58310f66bb9095352efd8a6261 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Tue, 10 Feb 2026 20:51:00 +0800 Subject: [PATCH] fix VSERION misspell --- .../flow/DOWNLOAD_DEPENDENCIES/utils/browser-history.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/main/flow/DOWNLOAD_DEPENDENCIES/utils/browser-history.ts b/packages/ui/src/main/flow/DOWNLOAD_DEPENDENCIES/utils/browser-history.ts index bc10165..61e3636 100644 --- a/packages/ui/src/main/flow/DOWNLOAD_DEPENDENCIES/utils/browser-history.ts +++ b/packages/ui/src/main/flow/DOWNLOAD_DEPENDENCIES/utils/browser-history.ts @@ -8,7 +8,7 @@ export interface BrowserInfo { executablePath: string } -const CONFIG_VSERION = 2 +const CONFIG_VERSION = 2 const runtimeFolderPath = path.join(os.homedir(), '.geekgeekrun') export const lastUsedBrowserRecordFilePath = path.join( @@ -35,7 +35,7 @@ export const getLastUsedAndAvailableBrowser = async (): Promise