mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix "Could not get qt_prfxpath"
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"
|
||||
@@ -123,6 +124,8 @@ jobs:
|
||||
|
||||
- name: Build AppImage
|
||||
working-directory: ./build
|
||||
env:
|
||||
QTDIR: ${{ steps.install-qt.outputs.qt-path }}
|
||||
run: |
|
||||
../appimagetool-*.AppImage deploy AppDir/usr/share/applications/*.desktop
|
||||
VERSION=1.0.0 ../appimagetool-*.AppImage AppDir
|
||||
|
||||
Reference in New Issue
Block a user