Let try linuxdeployqt.
This commit is contained in:
parent
e043281435
commit
5b60925644
@ -6,3 +6,9 @@ qmake .. "$qmake_args"
|
|||||||
make lrelease
|
make lrelease
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
ls "./usr/bin"
|
||||||
|
curl -o "linuxdeployqt" 'https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage'
|
||||||
|
chmod +x "linuxdeployqt"
|
||||||
|
linuxdeployqt "./usr/bin/rssguard" -appimage
|
||||||
|
ls
|
Loading…
x
Reference in New Issue
Block a user