Changes: dependencies directory structure

This commit is contained in:
sauravniraula 2025-05-13 05:06:27 +05:45
parent 0f642282a6
commit fad3f36436
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326
2 changed files with 2 additions and 1 deletions

View file

@ -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']
});

View file

@ -11,6 +11,7 @@ const config = {
"app_dist",
"node_modules",
"dependencies/libreoffice/linux_build/libreoffice.appimage",
"dependencies/chrome-headless-shell/linux_build",
"NOTICE",
],
linux: {