mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Update Neutralino
This commit is contained in:
parent
b1591c3ea8
commit
d4046f6ec4
2 changed files with 6 additions and 4 deletions
|
@ -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 |
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"resourcesPath": "/bundle/",
|
||||
"extensionsPath": "/extensions/",
|
||||
"clientLibrary": "/public/neutralino.js",
|
||||
"binaryVersion": "4.3.0",
|
||||
"binaryVersion": "4.4.0",
|
||||
"clientVersion": "3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue