mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-08-06 05:54:03 +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')
|
||||
export const lastUsedBrowserRecordFilePath = path.join(
|
||||
runtimeFolderPath,
|
||||
'storage',
|
||||
'last-used-browser-record'
|
||||
)
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user