From f8b75f51820158e94d59a9aea2fab6c3f2ff97d1 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 30 Mar 2022 13:27:16 +0200 Subject: [PATCH] 2.2.2 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 --- README.md | 2 +- neutralino.config.json | 2 +- package.json | 2 +- scripts/bundle-appimage.cjs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e41d699..9c40598 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/neutralino.config.json b/neutralino.config.json index bf5e29d..7994c1c 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -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/", diff --git a/package.json b/package.json index b527be9..e142893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "an-anime-game-launcher", - "version": "2.2.1", + "version": "2.2.2", "license": "GPL-3.0", "type": "module", "scripts": { diff --git a/scripts/bundle-appimage.cjs b/scripts/bundle-appimage.cjs index 8684ebc..377e572 100644 --- a/scripts/bundle-appimage.cjs +++ b/scripts/bundle-appimage.cjs @@ -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