Skip to content

Commit 144d320

Browse files
committed
fix: opengl plugin embedded in appimage
1 parent ad0ada0 commit 144d320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/buildappimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cp AppDir/usr/share/icons/hicolor/256x256/apps/dxfplotter.png AppDir/usr/share/a
5252

5353
# generate the AppImage
5454
# use -unsupported-allow-new-glibc for newest linux distribution
55-
./linuxdeployqt-continuous-x86_64.AppImage AppDir/usr/bin/dxfplotter -appimage -extra-plugins=iconengines,platformthemes/libqgtk3.so -unsupported-allow-new-glibc
55+
./linuxdeployqt-continuous-x86_64.AppImage AppDir/usr/bin/dxfplotter -appimage -extra-plugins=iconengines,platformthemes/libqgtk3.so,renderers/libopenglrenderer.so -unsupported-allow-new-glibc
5656

5757
# move built AppImage back into original CWD
5858
mv dxfplotter*.AppImage "$OLD_CWD"/"$RELEASE_NAME".AppImage

0 commit comments

Comments
 (0)