mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-19 16:33:04 +03:00
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
This commit is contained in:
parent
85e4e00989
commit
f8b75f5182
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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/",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "an-anime-game-launcher",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"license": "GPL-3.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue