ci: hack to fix crashpad on linux

Stop-gap measure. TODO: Look into replacing linuxdeployqt.
This commit is contained in:
itsmattkc
2021-04-01 11:36:30 +11:00
parent 918add0496
commit 8a60f3ad65
+3
View File
@@ -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}"