mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 17:09:07 +08:00
correct the path to external-node-runtime-dependencies/index.mjs
This commit is contained in:
@@ -21,10 +21,11 @@ export async function initPuppeteer () {
|
||||
if (
|
||||
isRunFromUi && !isUiDev
|
||||
) {
|
||||
const electron = await import('electron')
|
||||
const runtimeDependencies = await import(
|
||||
path.join(
|
||||
os.homedir(),
|
||||
'.bossgeekgo',
|
||||
path.resolve(
|
||||
electron.app.getAppPath(),
|
||||
'..',
|
||||
'external-node-runtime-dependencies/index.mjs'
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user