diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-01-30 11:37:12 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-01-30 11:37:12 +0100 |
| commit | f5b0000aa8ffcb4a2b96ff6ff082824118d69c60 (patch) | |
| tree | 9023f3bbe13ba36f03af1fac1a1839b2468a7b9d | |
| parent | 709aedc5343c301b839ff011643f11d598f9c539 (diff) | |
| download | mullvadvpn-f5b0000aa8ffcb4a2b96ff6ff082824118d69c60.tar.xz mullvadvpn-f5b0000aa8ffcb4a2b96ff6ff082824118d69c60.zip | |
Remove libappindicator as a dependency
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | gui/packages/desktop/electron-builder.yml | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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 |
