Skip to content

Commit

Permalink
take 49
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Jul 26, 2024
1 parent 39002d5 commit 6d83145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
- name: Create AppImage
if: matrix.config.os == 'ubuntu-22.04' && matrix.config.cc == 'gcc'
run: |
# Qt plugin does not bundle the needed plugins, do this manually
mkdir -p "dist/${{ matrix_config_build_dir }}/usr/plugins/iconengines/"
mkdir -p "dist/${{ matrix_config_build_dir }}/usr/plugins/platforms/"
cp -arv $QTDIR/plugins/iconengines/* "dist/${{ matrix_config_build_dir }}/usr/plugins/iconengines/"
Expand Down

0 comments on commit 6d83145

Please sign in to comment.