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 | |
parent | fd48ad43c727b22693f20d1659768ed5733996da (diff) |
[style] wording fixes
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg/riseupvpn/pack_installers | 2 | ||||
-rw-r--r-- | 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 |