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