Commit Graph
19 Commits
Author SHA1 Message Date
geekgeekrun 17cdbd871c make find-chrome-bin as external dependencies to resolve production build runtime error 2024-02-25 14:39:48 +08:00
geekgeekrun 1557ed26b9 Merge branch 'feature/ui' into feature/ui-use-users-own-browser 2024-02-25 14:16:20 +08:00
geekgeekrun 9b6ce8352e remove useless env PUPPETEER_EXECUTABLE_PATH in 'setup-dependencies' 2024-02-25 14:13:05 +08:00
geekgeekrun 33c7f6679b fix not sync changed in GEEK_AUTO_START_CHAT_WITH_BOSS - use getAnyAvailablePuppeteerExecutablePath instead checkCachedPuppeteerExecutable to check isPuppeteerExecutable 2024-02-25 14:12:58 +08:00
geekgeekrun 8331ee172b add find-chrome-bin to externalizeDepsPlugin config 2024-02-25 14:12:46 +08:00
geekgeekrun 1ee8acd981 remove console, and decrease the pipe write times for downloadProgressCallback, to solve the download process is badly block at a point on windows 2024-02-25 14:03:32 +08:00
geekgeekrun 6adaf28096 WIP: use fs.WriteStream to replace net.Socket to fix stdio data event not trigger on windows TODO: the content expect no print seems printed to stdout, normal JSON mix with console.log, may cause download process of puppeteer interrupted (near 44%) 2024-02-25 09:51:57 +08:00
geekgeekrun b115f0fbc3 enhance checkAndDownloadDependenciesForInit - adjust promise logic 2024-02-25 09:11:45 +08:00
geekgeekrun 45bf49c1ba fix app.dock is undefined caused issue on windows 2024-02-25 08:59:54 +08:00
geekgeekrun 32ad7c54c5 WIP: add logic to locate user active installed chromium browser, make it can bu used for our product rather than download new one. TODO: test 2024-02-24 11:47:03 +08:00
geekgeekrun 2c549b4d1c rename function name - checkAndDownloadPuppeteer to checkAndDownloadPuppeteerExecutable 2024-02-24 11:47:03 +08:00
geekgeekrun d034b1b605 install cross-env for ui 2024-02-24 00:25:38 +08:00
geekgeekrun 68d823d1c6 commit images which mark as changed 2024-02-23 23:38:32 +08:00
geekgeekrun 484814459f try to prevent pipe write error , mainWindow null pointer error 2024-02-23 10:38:07 +08:00
geekgeekrun c97ca5f585 exit child process while parent process has exited - tip: to make disconnect event being trigger, a ipc channel must be established between parent and child event 2024-02-23 10:02:16 +08:00
geekgeekrun 2c73660625 quit app when no window exist 2024-02-23 08:42:09 +08:00
geekgeekrun 588e75f92d fix - dock icon is hidden for any flow 2024-02-23 08:40:12 +08:00
geekgeekrun c4453ba605 remove scroll bar in running status 2024-02-22 10:20:08 +08:00
geekgeekrun 84b6ba79a3 hide dock icon for none main flow 2024-02-22 10:06:52 +08:00