ARCH=x86_64
+PYVER=3.4
+
########################################################################
# You usually don't have to change anything below this line
########################################################################
cp -r $QT5PLUGINS/platforminputcontexts .$QT5PLUGINS
cp -r $QT5PLUGINS/platforms .$QT5PLUGINS
+# Python 3
+cp /usr/lib/x86_64-linux-gnu/libpython$PYVER* ./usr/lib
+mkdir -p ./usr/share/pyshared
+cp -r /usr/lib/python$PYVER/* ./usr/share/pyshared # AppRun expects this path.
+
+cp -r ./usr/share/pyshared/plat-x86_64-linux-gnu/* ./usr/share/pyshared
+
########################################################################
# Delete stuff that should not go into the AppImage
########################################################################