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 5ee6041 commit 32111e2Copy full SHA for 32111e2
.github/workflows/install-linux.sh
@@ -12,6 +12,7 @@ python3 setup.py build_ext --inplace
12
13
sudo apt-get update
14
sudo apt-get install -y desktop-file-utils # for desktop-file-validate, used by pkg2appimage
15
+sudo apt-get install -y fuse # AppImages require FUSE to run
16
17
# when PyInstaller collect libraries, it ignores libraries that are not found on the host.
18
# Those missing libs prevent proper startup.
0 commit comments