summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-01-30 11:37:12 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-01-30 11:37:12 +0100
commitf5b0000aa8ffcb4a2b96ff6ff082824118d69c60 (patch)
tree9023f3bbe13ba36f03af1fac1a1839b2468a7b9d
parent709aedc5343c301b839ff011643f11d598f9c539 (diff)
downloadmullvadvpn-f5b0000aa8ffcb4a2b96ff6ff082824118d69c60.tar.xz
mullvadvpn-f5b0000aa8ffcb4a2b96ff6ff082824118d69c60.zip
Remove libappindicator as a dependency
-rw-r--r--README.md2
-rwxr-xr-xgui/packages/desktop/electron-builder.yml1
2 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ac2c18394..bc3a261a59 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ The host has to have the following installed:
# For building the daemon
sudo apt install gcc libdbus-1-dev
# For running the frontend app
-sudo apt install libappindicator1 gconf2
+sudo apt install gconf2
# For building the installer
sudo apt install rpm
```
diff --git a/gui/packages/desktop/electron-builder.yml b/gui/packages/desktop/electron-builder.yml
index 58a49792d5..0fb2f35639 100755
--- a/gui/packages/desktop/electron-builder.yml
+++ b/gui/packages/desktop/electron-builder.yml
@@ -136,7 +136,6 @@ rpm:
afterRemove: ../../../dist-assets/linux/after-remove.sh
depends:
- libXScrnSaver
- - libappindicator
- libnotify
- libnsl
- dbus-libs