From previous commits:
- removed `js-md5` dependency
- added `core/md5()` function base on system `md5sum` command
  to calculate specified file's md5 hash
- updated `Patch` and `CheckIntegrity` files to follow above changes
- updated Neutralino version
- added `libayatana-appindicator` installation instructions for Fedora
- updated notahuman's shaders
- fixed several packages names in readme
- added DXVK 1.10.1
- added `Wine-GE-Proton 7-7`, `GE-Proton 7-10`, `Lutris 7.2`
- Marked as outdated: `GE-Proton 7-3`, `GE-Proton 7-2`,
  `Wine-GE 7.1-1`, `Wine-GE 7.2-1` and `Wine-GE 7.2-2`
- added `dxvk_list` and `runners_list` fields to the `constants.uri`
- now `DXVK.list()` and `Runners.list()` can fetch the lists changes
  from the launcher's repo
- made DXVK 1.10.1 and Wine-GE-Proton 7-7 default to install
- fixed `xlua.dll` repairing when the patch was applied
This commit is contained in:
Observer KRypt0n_ 2022-03-30 13:27:16 +02:00
parent 85e4e00989
commit f8b75f5182
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
4 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ field in your `config.yaml` file (settings -> launcher folder). If your system u
| Game version | Launcher version | Patch version |
| :---: | :---: | :---: |
| 2.5.0 | 2.2.1 | 2.6.0 testing ⚠️ |
| 2.6.0 | 2.2.2 | 2.6.0 testing ⚠️ |
We have our own [An Anime Game](https://discord.gg/ck37X6UWBp) discord server where you can ask any questions

View file

@ -1,6 +1,6 @@
{
"applicationId": "com.gitlab.KRypt0n_.an-anime-game-launcher",
"version": "2.2.1",
"version": "2.2.2",
"defaultMode": "window",
"port": 0,
"documentRoot": "/bundle/",

View file

@ -1,6 +1,6 @@
{
"name": "an-anime-game-launcher",
"version": "2.2.1",
"version": "2.2.2",
"license": "GPL-3.0",
"type": "module",
"scripts": {

View file

@ -39,7 +39,7 @@ const bundler = new Bundler({
output: path.join(__dirname, '../dist/An Anime Game Launcher.AppImage'),
// Application version
version: '2.2.1'
version: '2.2.2'
});
// Bundle project