Let try linuxdeployqt.
This commit is contained in:
parent
e043281435
commit
5b60925644
1 changed files with 7 additions and 1 deletions
|
@ -6,3 +6,9 @@ qmake .. "$qmake_args"
|
|||
make lrelease
|
||||
make
|
||||
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