$ mkdir -p build/lib/appimagekit
$ cp build/out/mksquashfs build/lib/appimagekit
-The AppImages are tested to build fine on Ubuntu 14.04 (32bit and 64bit).
+The AppImages are tested to build fine on Ubuntu 16.04 (32bit and 64bit).
These older distros are used for the build so that the generated AppImages
can run on as many different systems as possible.
# ARCH=i386
ARCH=x86_64
-PYVER=3.4
+PYVER=3.5
########################################################################
# You usually don't have to change anything below this line
# Get all Qt5 plugins (won't be copied automatically).
QT5PLUGINS=/usr/lib/$ARCH-linux-gnu/qt5/plugins # Host (+ AppRun) path.
mkdir -p .$QT5PLUGINS
- cp -r $QT5PLUGINS/accessible .$QT5PLUGINS
+ cp -r $QT5PLUGINS/bearer .$QT5PLUGINS
+ cp -r $QT5PLUGINS/egldeviceintegrations .$QT5PLUGINS
cp -r $QT5PLUGINS/generic .$QT5PLUGINS
cp -r $QT5PLUGINS/iconengines .$QT5PLUGINS
cp -r $QT5PLUGINS/imageformats .$QT5PLUGINS
cp -r $QT5PLUGINS/platforminputcontexts .$QT5PLUGINS
cp -r $QT5PLUGINS/platforms .$QT5PLUGINS
+ cp -r $QT5PLUGINS/printsupport .$QT5PLUGINS
+ cp -r $QT5PLUGINS/xcbglintegrations .$QT5PLUGINS
# Get some additional dependencies of the Qt5 plugins.
ldd .$QT5PLUGINS/platforms/libqxcb.so | grep "=>" | awk '{print $3}' | xargs -I '{}' cp -v '{}' ./usr/lib || true