Skip to content

Commit

Permalink
Rearrange linuxdeployqt args
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Apr 13, 2024
1 parent 2ee2398 commit e8ec02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
chmod +x ./linuxdeployqt
mkdir -p ./appdir/usr
mv "$INSTALL_DIRECTORY/"* ./appdir/usr
./linuxdeployqt -appimage ./appdir/usr/share/applications/*.desktop -qmlimport="$INSTALL_DIRECTORY/qml" -qmldir="$SOURCE_DIRECTORY"
./linuxdeployqt ./appdir/usr/share/applications/*.desktop -appimage -qmlimport="$INSTALL_DIRECTORY/qml" -qmldir="$SOURCE_DIRECTORY"
- name: Upload theterminal artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e8ec02e

Please sign in to comment.