Some ls
This commit is contained in:
parent
e423c72c75
commit
688198d666
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
ls
|
||||
ls -lha
|
||||
|
||||
# Setup Qt build environment.
|
||||
source /opt/qt512/bin/qt512-env.sh
|
||||
@ -16,6 +16,10 @@ make install
|
||||
wget -c https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
|
||||
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
|
||||
|
||||
ls -lha
|
||||
|
||||
ls -lha "./AppDir/usr/share/applications/"
|
||||
|
||||
# Create AppImage.
|
||||
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
|
||||
./linuxdeployqt-continuous-x86_64.AppImage "./AppDir/usr/share/applications/com.github.rssguard.desktop" -bundle-non-qt-libs -no-translations
|
||||
|
Loading…
x
Reference in New Issue
Block a user