mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update Build.yml
This commit is contained in:
parent
52ec2bc4c7
commit
fc34d068fb
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
|
||||
chmod a+x linuxdeployqt
|
||||
./linuxdeployqt appdir/usr/share/applications/*.desktop -appimage -bundle-non-qt-libs -unsupported-bundle-everything -extra-plugins=imageformats/libqsvg.so -qmldir="${{env.QML_DIR_NIX}}"
|
||||
./linuxdeployqt appdir/usr/share/applications/*.desktop -appimage -bundle-non-qt-libs -unsupported-allow-new-glibc -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user