Changes: dependencies directory structure
This commit is contained in:
parent
0f642282a6
commit
fad3f36436
2 changed files with 2 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ export function setupSlideMetadataHandlers() {
|
|||
try {
|
||||
browser = await puppeteer.launch({
|
||||
headless: true,
|
||||
executablePath: isDev ? undefined : path.join(baseDir, "dependencies/chrome-headless-shell/chrome-headless-shell"),
|
||||
executablePath: isDev ? undefined : path.join(baseDir, "dependencies/chrome-headless-shell/linux_build/chrome-headless-shell"),
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox']
|
||||
});
|
||||
|
||||
|
|
|
|||
1
build.js
1
build.js
|
|
@ -11,6 +11,7 @@ const config = {
|
|||
"app_dist",
|
||||
"node_modules",
|
||||
"dependencies/libreoffice/linux_build/libreoffice.appimage",
|
||||
"dependencies/chrome-headless-shell/linux_build",
|
||||
"NOTICE",
|
||||
],
|
||||
linux: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue