Skip to content

Commit

Permalink
Do not include libwayland-client.so within AppImage for Linux/Wayland (
Browse files Browse the repository at this point in the history
  • Loading branch information
firescry authored May 27, 2023
1 parent 6675651 commit 0b11364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
export VERSION=${TARGET_PLATFORM}
cp vulkanCapsViewer.png appdir/usr/share/icons/hicolor/256x256/apps/vulkanCapsViewer.png
./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/* -appimage
./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/* -appimage -exclude-libs=libwayland-client.so
- name: Upload
if: github.ref == 'refs/heads/master'
run: curl -T Vulkan_Caps_Viewer-wayland-x86_64.AppImage ftp://${{ secrets.FTP_USER_NAME }}:${{ secrets.FTP_PASS }}@${{ secrets.FTP_SERVER_NAME }}
Expand Down

0 comments on commit 0b11364

Please sign in to comment.