Merge branch 'upd-neu-bin' into 'main'

Update Neutralino

See merge request KRypt0n_/an-anime-game-launcher!54
This commit is contained in:
Observer KRypt0n_ 2022-03-24 15:49:29 +00:00
commit fea5b3d37e
2 changed files with 6 additions and 4 deletions

View file

@ -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 |

View file

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