Let try linuxdeployqt.
This commit is contained in:
parent
e043281435
commit
5b60925644
1 changed files with 7 additions and 1 deletions
|
@ -5,4 +5,10 @@ mkdir rssguard-build && cd rssguard-build
|
||||||
qmake .. "$qmake_args"
|
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…
Add table
Reference in a new issue