diff options
author | Kali Kaneko <kali@leap.se> | 2018-03-01 17:25:00 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-03-02 03:54:23 +0100 |
commit | fa2f259c86b7d78b65e6e48976cc7b377cd866da (patch) | |
tree | 213d6f730be96a782a3da8f0cef05843185d4424 /pkg/riseupvpn/snap/snapcraft.yaml | |
parent | fd48ad43c727b22693f20d1659768ed5733996da (diff) |
[style] wording fixes
Diffstat (limited to 'pkg/riseupvpn/snap/snapcraft.yaml')
-rw-r--r-- | pkg/riseupvpn/snap/snapcraft.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pkg/riseupvpn/snap/snapcraft.yaml b/pkg/riseupvpn/snap/snapcraft.yaml index de9f6927..ed3ef073 100644 --- a/pkg/riseupvpn/snap/snapcraft.yaml +++ b/pkg/riseupvpn/snap/snapcraft.yaml @@ -5,7 +5,7 @@ summary: RiseupVPN, anonymous VPN. Powered by Bitmask. description: | RiseupVPN is an anonymous VPN. It's controlled by a minimal systray that communicates with the bitmask daemon. - Just click on it. And don't forget to donate. + Don't forget to donate! grade: devel # must be 'stable' to release into candidate/stable channels confinement: classic @@ -65,9 +65,11 @@ parts: - '*' apps: - bitmask-systray: - command: ./bin/bitmask-systray.git launcher: command: ./bin/bitmask_anonvpn bitmaskd: command: ./bin/bitmaskd + bitmask-systray: + command: ./bin/bitmask-systray.git + openvpn: + command: ./usr/sbin/openvpn |