From d4046f6ec45a08695c89a79bd7274229ef690b3a Mon Sep 17 00:00:00 2001 From: Marie Date: Thu, 24 Mar 2022 15:49:29 +0000 Subject: [PATCH] Update Neutralino --- README.md | 8 +++++--- neutralino.config.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27240eb..5e37153 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ To work this launcher requires | Name | Description | | --- | --- | | webkit2gtk | To run Neutralino apps | -| libappindicator-gtk3 | To run Neutralino apps | +| libayatana-appindicator3-1 | To run Neutralino apps | | unzip | To unpack zip archives (DXVK / Wine) | | tar | To unpack tar archives (DXVK / Wine) | | git | To check for new versions of the launcher | @@ -89,7 +89,7 @@ To work this launcher requires ### apt ```sh -sudo apt install unzip tar git curl xdelta3 cabextract libnotify +sudo apt install unzip tar git curl xdelta3 cabextract libnotify libayatana-appindicator3-1 ``` ### pacman @@ -101,9 +101,11 @@ sudo pacman -Syu unzip tar git curl xdelta3 cabextract libnotify ### dnf ```sh -sudo dnf install unzip tar git curl xdelta cabextract libnotify webkit2gtk libappindicator-gtk3 +sudo dnf install unzip tar git curl xdelta cabextract libnotify webkit2gtk ``` +[libayatana-appindicator3-1 RPM](https://downloadcontent.opensuse.org/repositories/X11:/Unity/openSUSE_Tumbleweed/x86_64/libayatana-appindicator3-1-0.5.90-13.4.x86_64.rpm) + # Additional requirements | Name | Description | diff --git a/neutralino.config.json b/neutralino.config.json index 1ba1c7b..bf5e29d 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -37,7 +37,7 @@ "resourcesPath": "/bundle/", "extensionsPath": "/extensions/", "clientLibrary": "/public/neutralino.js", - "binaryVersion": "4.3.0", + "binaryVersion": "4.4.0", "clientVersion": "3.0.0" } }