Skip to content
Snippets Groups Projects
Unverified Commit fa2f259c authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[style] wording fixes

parent fd48ad43
Branches
No related tags found
No related merge requests found
...@@ -32,4 +32,4 @@ with open('/usr/share/polkit-1/actions/se.leap.bitmask.bundle.policy', 'w') as p ...@@ -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') install.write('subprocess.Popen(["chmod", "+x", BMROOT_DEST])\n')
subprocess.Popen(["chmod", "+x", INSTALL]) subprocess.Popen(["chmod", "+x", INSTALL])
print("done packing installers") print("done packing installers into the snap install hook...")
...@@ -5,7 +5,7 @@ summary: RiseupVPN, anonymous VPN. Powered by Bitmask. ...@@ -5,7 +5,7 @@ summary: RiseupVPN, anonymous VPN. Powered by Bitmask.
description: | description: |
RiseupVPN is an anonymous VPN. It's controlled by a minimal systray RiseupVPN is an anonymous VPN. It's controlled by a minimal systray
that communicates with the bitmask daemon. 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 grade: devel # must be 'stable' to release into candidate/stable channels
confinement: classic confinement: classic
...@@ -65,9 +65,11 @@ parts: ...@@ -65,9 +65,11 @@ parts:
- '*' - '*'
apps: apps:
bitmask-systray:
command: ./bin/bitmask-systray.git
launcher: launcher:
command: ./bin/bitmask_anonvpn command: ./bin/bitmask_anonvpn
bitmaskd: bitmaskd:
command: ./bin/bitmaskd command: ./bin/bitmaskd
bitmask-systray:
command: ./bin/bitmask-systray.git
openvpn:
command: ./usr/sbin/openvpn
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment