mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update Build.yml
This commit is contained in:
parent
33ddbcdc4d
commit
5e5b3ab680
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" -O linuxdeployqt
|
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" -O linuxdeployqt
|
||||||
chmod a+x 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
|
# Rename AppImage to match "%AppName%-%Version%-Linux.AppImage" format
|
||||||
mv *.AppImage ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
|
mv *.AppImage ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user