mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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/include
|
||||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/cmake
|
- -./usr/lib/$CRAFT_ARCH_TRIPLET/cmake
|
||||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
|
- -./usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
|
||||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/libopenal.so
|
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
|
||||||
|
|
||||||
qt:
|
qt:
|
||||||
plugin: nil
|
plugin: nil
|
||||||
|
@ -401,8 +401,8 @@ parts:
|
||||||
prime:
|
prime:
|
||||||
- -./usr/include
|
- -./usr/include
|
||||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
|
- -./usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
|
||||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/librnnoise.la
|
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.la
|
||||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/librnnoise.so
|
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
|
||||||
- -./usr/share
|
- -./usr/share
|
||||||
|
|
||||||
webrtc:
|
webrtc:
|
||||||
|
|
Loading…
Add table
Reference in a new issue