mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-09 01:17:06 +08:00
move last-used-browser-record to storage folder under runtimeFolderPath
This commit is contained in:
@@ -11,6 +11,7 @@ export interface BrowserInfo {
|
|||||||
const runtimeFolderPath = path.join(os.homedir(), '.geekgeekrun')
|
const runtimeFolderPath = path.join(os.homedir(), '.geekgeekrun')
|
||||||
export const lastUsedBrowserRecordFilePath = path.join(
|
export const lastUsedBrowserRecordFilePath = path.join(
|
||||||
runtimeFolderPath,
|
runtimeFolderPath,
|
||||||
|
'storage',
|
||||||
'last-used-browser-record'
|
'last-used-browser-record'
|
||||||
)
|
)
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user