Open abcfy2 opened 3 years ago
I'm facing the same issue. I think this is a problem of missing documentation :/
linuxdeployqt 7 is outdated and no longer supported. Please repeat the above with the last released version or with the continuous build. Thanks!
Also, Qt 6 is not supported yet.
Ah crap, so QT6 is my problem, dammit. Not even linuxdeploy works with qt6
After
cmake --install
files tree:But not bundle any required plugins after all, after linuxdeployqt executed files tree:
So run AppImage will be failed:
I try to bundle plugins by pass
--extract-plugins
, still not working:Thanks.