Update Neutralino

This commit is contained in:
Marie 2022-03-24 15:49:29 +00:00 committed by Observer KRypt0n_
parent b1591c3ea8
commit d4046f6ec4
2 changed files with 6 additions and 4 deletions

View file

@ -75,7 +75,7 @@ To work this launcher requires
| Name | Description | | Name | Description |
| --- | --- | | --- | --- |
| webkit2gtk | To run Neutralino apps | | 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) | | unzip | To unpack zip archives (DXVK / Wine) |
| tar | To unpack tar archives (DXVK / Wine) | | tar | To unpack tar archives (DXVK / Wine) |
| git | To check for new versions of the launcher | | git | To check for new versions of the launcher |
@ -89,7 +89,7 @@ To work this launcher requires
### apt ### apt
```sh ```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 ### pacman
@ -101,9 +101,11 @@ sudo pacman -Syu unzip tar git curl xdelta3 cabextract libnotify
### dnf ### dnf
```sh ```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 # Additional requirements
| Name | Description | | Name | Description |

View file

@ -37,7 +37,7 @@
"resourcesPath": "/bundle/", "resourcesPath": "/bundle/",
"extensionsPath": "/extensions/", "extensionsPath": "/extensions/",
"clientLibrary": "/public/neutralino.js", "clientLibrary": "/public/neutralino.js",
"binaryVersion": "4.3.0", "binaryVersion": "4.4.0",
"clientVersion": "3.0.0" "clientVersion": "3.0.0"
} }
} }