Skip to content

Commit

Permalink
fix: opengl plugin embedded in appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Oct 30, 2023
1 parent ad0ada0 commit 144d320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/buildappimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cp AppDir/usr/share/icons/hicolor/256x256/apps/dxfplotter.png AppDir/usr/share/a

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

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

0 comments on commit 144d320

Please sign in to comment.