Skip to content

Commit

Permalink
Fix AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Apr 13, 2024
1 parent c70c478 commit 9eba488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
chmod +x ./linuxdeployqt
mkdir -p ./appdir/usr
mv "$INSTALL_DIRECTORY/"* ./appdir/usr
mkdir -p ./appdir/usr/share/doc/libc6/
touch ./appdir/usr/share/doc/libc6/copyright
./linuxdeployqt ./appdir/usr/share/applications/*.desktop -appimage -qmlimport="$INSTALL_DIRECTORY/qml" -qmldir="$SOURCE_DIRECTORY" -unsupported-bundle-everything
- name: Upload theterminal artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9eba488

Please sign in to comment.