mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-09 01:17:06 +08:00
rename product from bossgeekgo to geekgeekrun
This commit is contained in:
@@ -15,7 +15,7 @@ const defaultConfigFileContentMap = {
|
||||
'target-company-list.json': JSON.stringify(defaultTargetCompanyListConf)
|
||||
}
|
||||
|
||||
const runtimeFolderPath = path.join(os.homedir(), '.bossgeekgo')
|
||||
const runtimeFolderPath = path.join(os.homedir(), '.geekgeekrun')
|
||||
const ensureRuntimeFolderPathExist = () => {
|
||||
if (!fs.existsSync(runtimeFolderPath)) {
|
||||
fs.mkdirSync(runtimeFolderPath)
|
||||
|
||||
Reference in New Issue
Block a user