Fix snap
This commit is contained in:
parent
38178618f3
commit
3170d73cbe
2 changed files with 1 additions and 17 deletions
|
|
@ -1,16 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if [ ! -d $SNAP/kf5/usr ]; then
|
|
||||||
runtime="kde-frameworks-5-core18"
|
|
||||||
slot="kde-frameworks-5-core18:kde-frameworks-5-core18-slot"
|
|
||||||
|
|
||||||
echo "You need to connect this snap to the $runtime snap."
|
|
||||||
echo ""
|
|
||||||
echo "You can do this with those commands:"
|
|
||||||
echo "snap install $runtime"
|
|
||||||
echo "snap refresh $runtime"
|
|
||||||
echo "snap connect $SNAP_NAME:kde-frameworks-5-plug $slot"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
exec kotatogram-desktop "$@"
|
|
||||||
|
|
@ -13,7 +13,7 @@ architectures:
|
||||||
- build-on: ppc64el
|
- build-on: ppc64el
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
telegram-desktop:
|
kotatogram-desktop:
|
||||||
command: bin/desktop-launch kotatogram-desktop
|
command: bin/desktop-launch kotatogram-desktop
|
||||||
common-id: io.github.kotatogram
|
common-id: io.github.kotatogram
|
||||||
desktop: usr/share/applications/kotatogramdesktop.desktop
|
desktop: usr/share/applications/kotatogramdesktop.desktop
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue