Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix: stage files on scrcpy since desktop-qt5 and scrcpy has conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jul 18, 2022
1 parent 6fc607d commit be39e54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ parts:
- locales-all
- xdg-user-dirs
- fcitx-frontend-qt5
stage:
- lib/x86_64-linux-gnu/libcom_err.so.2.1
- usr/lib/x86_64-linux-gnu/libsensors.so.4.4.0
- usr/lib/x86_64-linux-gnu/libtiff.so.5.3.0
- usr/lib/x86_64-linux-gnu/libxml2.so.2.9.4
- usr/share/doc/libcom-err2/changelog.Debian.gz
- usr/share/doc/libsensors4/changelog.Debian.gz
- usr/share/doc/libtiff5/changelog.Debian.gz
- usr/share/doc/libxml2/changelog.Debian.gz


guiscrcpy:
after: [desktop-qt5, classic-launch, debian-multiarch-triplet-provider-launch]
Expand Down

0 comments on commit be39e54

Please sign in to comment.