Open nils-werner opened 7 months ago
Can confirm this behaviour
Hi, I am no longer actively working on this codebase in favor of https://github.com/probonopd/go-appimage.
Maybe you'd like to test whether https://github.com/probonopd/go-appimage/tree/master/src/appimagetool works better for you?
Judging from the README that project seems more like an undocumented playground, no?
The README was not updated in a long time; did that now. Thanks!
I have an
AppDir
stucture as per the README:If I now run
linuxdeployqt
as per the READMEthe command fails, but no useful output is generated:
If instead I pass in the binary, not the
.desktop
fileall libraries and translations seem to be linked and copied in place, but the command eventually fails with
If I now change my appdir to
and run
the command runs to completion and an AppImage is created.
I would expect that linuxdeployqt works with the full appdir structure that's mentioned in the README? Especially because that structure plays much more nicely with "normal packaging layouts".