We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fad07 commit c08e860Copy full SHA for c08e860
.github/workflows/linux.yml
@@ -76,6 +76,7 @@ jobs:
76
find appdir/
77
grep -r 'Could not initialize GLX' ./appdir
78
ldd /home/runner/work/welle.io/Qt/6.7.2/gcc_64/plugins/xcbglintegrations/libqxcb-glx-integration.so
79
+ grep -r libGLX_indirect.so.0 appdir/
80
VERSION=1.0 ./appimagetool-*.AppImage ./appdir # turn AppDir into AppImage
81
82
# Preapre publish
0 commit comments