Skip to content

Commit

Permalink
[publish] another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Dec 3, 2023
1 parent fa52eed commit afa64e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions util/appimage/stellarium-appimage-qt6.yml
@@ -1,7 +1,7 @@
version: 1

script:
- cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
- cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_QTWEBENGINE=Off
- make -j3
- make install DESTDIR=AppDir

Expand Down Expand Up @@ -32,15 +32,15 @@ AppDir:
- libqt6positioning6
- libqt6positioning6-plugins
- libqt6printsupport6
- libqt6webchannel6
# - libqt6webchannel6
- libqt6serialport6
- libqt6widgets6
- libqt6webenginecore6
- libqt6webenginecore6-bin
- libqt6webenginewidgets6
- libqt6webenginequick6
- libqt6webenginequickdelegatesqml6
- libqt6webengine6-data
# - libqt6webenginecore6
# - libqt6webenginecore6-bin
# - libqt6webenginewidgets6
# - libqt6webenginequick6
# - libqt6webenginequickdelegatesqml6
# - libqt6webengine6-data
- libqt6charts6
- libqt6opengl6
- libqt6openglwidgets6
Expand Down

0 comments on commit afa64e5

Please sign in to comment.