Skip to content

Commit

Permalink
Some fixes for snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xeco23 committed Jun 2, 2020
1 parent 644311b commit 1c1c4a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions package/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: whatsapp-for-linux
base: core18
version: '1.0.0'
version: '1.0.1'
summary: An unofficial WhatsApp linux client.
description: An unofficial WhatsApp linux client written in C++ with the help of gtkmm-3.0 and webkit2.
grade: devel
confinement: devmode
grade: stable
confinement: strict

parts:
whatsapp-for-linux:
Expand All @@ -29,10 +29,13 @@ apps:
desktop: usr/share/applications/whatsapp-for-linux.desktop
extensions: [gnome-3-28] # This takes care of most of the things for us
plugs:
- account-control
- network
- network-manager
- browser-support
- camera
- audio-playback
- audio-record
- home
- opengl
- upower-observe
2 changes: 1 addition & 1 deletion resource/desktop/whatsapp-for-linux.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Encoding=UTF-8
Version=1.0.0
Version=1.0.1
Name=WhatsApp
GenericName=Unofficial WhatsApp client
Comment=An unofficial WhatsApp linux client desktop application.
Expand Down

0 comments on commit 1c1c4a7

Please sign in to comment.