From 8a60f3ad655934db9a46ccd31a69551c83dcb96a Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 1 Apr 2021 11:36:30 +1100 Subject: [PATCH] ci: hack to fix crashpad on linux Stop-gap measure. TODO: Look into replacing linuxdeployqt. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ad65ffa9..51d1d28b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,9 @@ jobs: /usr/local/linuxdeployqt-x86_64.AppImage \ appdir/usr/share/applications/org.olivevideoeditor.Olive.desktop \ -appimage \ + -executable appdir/usr/bin/crashpad_handler \ + -executable appdir/usr/bin/minidump_stackwalk \ + -executable appdir/usr/bin/olive-crashhandler \ --appimage-extract-and-run filename=$(echo Olive*.AppImage) pkgname="${filename/x86_64/Linux-x86_64}"