From fa2f259c86b7d78b65e6e48976cc7b377cd866da Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 1 Mar 2018 17:25:00 +0100 Subject: [style] wording fixes --- pkg/riseupvpn/pack_installers | 2 +- pkg/riseupvpn/snap/snapcraft.yaml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pkg/riseupvpn/pack_installers b/pkg/riseupvpn/pack_installers index 693a9543..ece1cfb9 100755 --- a/pkg/riseupvpn/pack_installers +++ b/pkg/riseupvpn/pack_installers @@ -32,4 +32,4 @@ with open('/usr/share/polkit-1/actions/se.leap.bitmask.bundle.policy', 'w') as p install.write('subprocess.Popen(["chmod", "+x", BMROOT_DEST])\n') subprocess.Popen(["chmod", "+x", INSTALL]) -print("done packing installers") +print("done packing installers into the snap install hook...") 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 -- cgit v1.2.3