fix: Wrong webview library path for appimage building
This commit is contained in:
parent
489124a4a3
commit
258ce63bc3
2 changed files with 4 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ const APPDIR = path.resolve(TMP_FOLDER, `${APP_ID}.AppDir`);
|
|||
console.log(`>>> Building AppImage for ${APP_NAME} (${APP_ID})...`);
|
||||
|
||||
await ensureDir(path.join(APPDIR, `usr`, 'bin'));
|
||||
await ensureDir(path.join(APPDIR, `usr`, 'lib'));
|
||||
await ensureDir("build");
|
||||
|
||||
// Copy app dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue