vadrian89 / cumulus-qt

Qt port for Cumulus
GNU General Public License v3.0
40 stars 10 forks source link

Appimage build fail #28

Closed vadrian89 closed 6 years ago

vadrian89 commented 6 years ago

I get this error: ERROR: Unknown argument "./appdir/usr/bin/qt.conf"
I removed the qt.conf from project and removed the sed command, since it no longer points to a valid location but I don't know why this should affect the entire build.
@probonopd , any info?

probonopd commented 6 years ago

Instead of ./appdir/usr/bin/* use ./appdir/usr/share/applications/*desktop in the two linuxdeployqt calls.