Create latte-dock image

Hi, I’m new to AppImage and can’t figure out why this does not run properly: https://build.opensuse.org/package/binaries/home:trmdi:test/latte-dock/AppImage

I get this error when run it by ./latte.AppImage -d

Error: could not load plugin for platform "" error: "The shared library was not found." QObject(0x0)

Ah, I’ve just found that it misses some qml modules (in /usr/lib64/qt5/qml) and Qt plugins (in /usr/lib64/qt5/plugins). How can I add them? Could you have a look at the yaml file?
Will those modules and plugins be added to appimage and be loaded automatically? Or I have to copy them manually?
How can I set QT_PLUGIN_PATH, QML2_IMPORT_PATH, XDG_DATA_DIRS for AppImage?

Hi! Are you using linuxdeployqt?

Yes, as you can see in the .yml file.