diff --git a/README.md b/README.md index 2d81d9df304dc74524921fbe4bdacb9610807ac8..26356ef6a70b2407f47c30966b39fa001b47b9ce 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ nheko [](https://matrix.to/#/#nheko:matrix.org) [](https://www.gnu.org/licenses/gpl-3.0) [](https://aur.archlinux.org/packages/nheko-git) -[](https://build.snapcraft.io/user/mujx/nheko) The motivation behind the project is to provide a native desktop app for [Matrix] that feels more like a mainstream chat app ([Riot], Telegram etc) and less like an IRC client. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml deleted file mode 100644 index 8dbd3d52b8b2cc93aecd3ae43820833ddd79fb61..0000000000000000000000000000000000000000 --- a/snap/snapcraft.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: nheko -version: 0.1.0 -summary: Desktop client for the Matrix protocol -description: | - The motivation behind the project is to provide a native desktop app for - Matrix that feels more like a mainstream chat app (Riot, Telegram etc) and - less like an IRC client. - -grade: devel # must be 'stable' to release into candidate/stable channels -confinement: strict - -apps: - nheko: - command: desktop-launch $SNAP/nheko - plugs: [network, network-bind, x11, unity7, home] - -parts: - nheko: - source: . - plugin: cmake - configflags: - - -DCMAKE_BUILD_TYPE=RelWithDebInfo - - -DBUILD_TESTS=OFF - build-packages: - - gcc - - g++ - - liblmdb-dev - - liblmdb0 - - qttools5-dev-tools - artifacts: [nheko] - after: [desktop-qt5]