rename product from bossgeekgo to geekgeekrun

This commit is contained in:
bossgeekgo
2024-02-21 09:25:25 +08:00
parent 8227bac71c
commit 2e87197879
19 changed files with 48 additions and 48 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import {
configFileNameList,
ensureConfigFileExist,
writeConfigFile
} from '@bossgeekgo/geek-auto-start-chat-with-boss/runtime-file-utils.mjs'
} from '@geekgeekrun/geek-auto-start-chat-with-boss/runtime-file-utils.mjs'
import { ChildProcess } from 'child_process'
import {
checkPuppeteerExecutable,
@@ -192,7 +192,7 @@ export function createMainWindow(): void {
subProcessOfPuppeteer?.kill('SIGINT')
})
ipcMain.on('open-project-homepage-on-github', () => {
shell.openExternal(`https://github.com/bossgeekgo`, {
shell.openExternal(`https://github.com/geekgeekrun`, {
activate: true
})
})