Update Build.yml

This commit is contained in:
Alex Spataru 2021-09-30 20:47:42 -05:00 committed by GitHub
parent 33ddbcdc4d
commit 5e5b3ab680

View File

@ -75,7 +75,7 @@ jobs:
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" -O linuxdeployqt
chmod a+x linuxdeployqt
./linuxdeployqt appdir/usr/share/applications/*.desktop -appimage -bundle-non-qt-libs -extra-plugins=imageformats/libqsvg.so -qmldir="${{env.QML_DIR_NIX}} -unsupported-bundle-everything"
./linuxdeployqt appdir/usr/share/applications/*.desktop -appimage -bundle-non-qt-libs -unsupported-bundle-everything -extra-plugins=imageformats/libqsvg.so -qmldir="${{env.QML_DIR_NIX}}"
# Rename AppImage to match "%AppName%-%Version%-Linux.AppImage" format
mv *.AppImage ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage