mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Use *.so everywhere to exclude devlopment symlinks in snap
This commit is contained in:
parent
aeddaf3dbd
commit
d09a591d1b
1 changed files with 3 additions and 3 deletions
|
@ -260,7 +260,7 @@ parts:
|
|||
- -./usr/include
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/cmake
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/libopenal.so
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
|
||||
|
||||
qt:
|
||||
plugin: nil
|
||||
|
@ -401,8 +401,8 @@ parts:
|
|||
prime:
|
||||
- -./usr/include
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/librnnoise.la
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/librnnoise.so
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.la
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
|
||||
- -./usr/share
|
||||
|
||||
webrtc:
|
||||
|
|
Loading…
Add table
Reference in a new issue