mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix linux build
This commit is contained in:
@@ -53,6 +53,7 @@ jobs:
|
||||
libssh-dev
|
||||
|
||||
- name: Install Qt
|
||||
id: install-qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: "6.7.2"
|
||||
@@ -125,6 +126,8 @@ jobs:
|
||||
- name: Build AppImage
|
||||
working-directory: ./build
|
||||
run: |
|
||||
export QTDIR="${{ steps.install-qt.outputs.qt-path }}"
|
||||
echo "QTDIR is set to: $QTDIR"
|
||||
../appimagetool-*.AppImage deploy AppDir/usr/share/applications/*.desktop
|
||||
VERSION=1.0.0 ../appimagetool-*.AppImage AppDir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user