@@ -30,12 +30,12 @@ linux:
30
30
mv build/BitBox build/linux-tmp
31
31
cp build/assets.rcc build/linux-tmp/
32
32
cp server/libserver.so build/linux-tmp
33
+ # Add Wayland libs so the app can run natively on Wayland too.
34
+ # The linuxdeployqt maintainer unfortunately refuses to support it automatically: https://github.com/probonopd/linuxdeployqt/issues/189
35
+ # The list of related plugins was found by: `find $(qmake -query QT_INSTALL_PLUGINS) | grep wayland`
33
36
cd build/linux-tmp && /opt/linuxdeployqt-continuous-x86_64.AppImage BitBox \
34
37
-bundle-non-qt-libs \
35
38
-unsupported-allow-new-glibc \
36
- # Add Wayland libs so the app can run natively on Wayland too.
37
- # The linuxdeployqt maintainer unfortunately refuses to support it automatically: https://github.com/probonopd/linuxdeployqt/issues/189
38
- # The list of related plugins was found by: `find $(qmake -query QT_INSTALL_PLUGINS) | grep wayland`
39
39
-extra-plugins=platforms/libqwayland-generic.so,platforms/libqwayland-egl.so,wayland-graphics-integration-client,wayland-decoration-client,wayland-shell-integration
40
40
cp /usr/lib/x86_64-linux-gnu/nss/* build/linux-tmp/lib
41
41
# See https://github.com/probonopd/linuxdeployqt/issues/554#issuecomment-1761834180
45
45
cp resources/linux/usr/share/icons/hicolor/128x128/apps/bitbox.png build/linux-tmp
46
46
mkdir build/tmp-deb/opt/
47
47
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
48
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.47.0 -C ../tmp-deb/
49
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.47.0 -C ../tmp-deb/
48
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.47.1 -C ../tmp-deb/
49
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.47.1 -C ../tmp-deb/
50
50
# create AppImage
51
51
cd build/linux-tmp && /opt/linuxdeployqt-continuous-x86_64.AppImage BitBox -appimage -unsupported-allow-new-glibc
52
52
mv build/linux-tmp/BitBoxApp-* -x86_64.AppImage build/linux/
0 commit comments