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 41f1425 commit 4a05380Copy full SHA for 4a05380
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: download appimage tools
55
run: |
56
- sudo apt install libfuse2
+ sudo apt install libfuse2 libxcb-cursor0
57
cd build
58
curl -fsSLO https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
59
curl -fsLSO https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
0 commit comments