mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-02 14:00:52 +03:00
2.4.5
From previous commits: - added dxvk 2.1 and some new wine versions - use per-server cache (#61)
This commit is contained in:
parent
c079bf0027
commit
ff04fd4c39
4 changed files with 4 additions and 4 deletions
|
@ -77,7 +77,7 @@ field in your `config.yaml` file (settings -> launcher folder). If your system u
|
|||
|
||||
| Game version | Launcher version | Patch version |
|
||||
| :---: | :---: | :---: |
|
||||
| 3.4 | 2.4.4 | 3.4 stable ✅ |
|
||||
| 3.4 | 2.4.5 | 3.4 stable ✅ |
|
||||
|
||||
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.4.4",
|
||||
"version": "2.4.5",
|
||||
"defaultMode": "window",
|
||||
"port": 0,
|
||||
"documentRoot": "/bundle/",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "an-anime-game-launcher",
|
||||
"version": "2.4.4",
|
||||
"version": "2.4.5",
|
||||
"license": "GPL-3.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -39,7 +39,7 @@ const bundler = new Bundler({
|
|||
output: path.join(__dirname, '../dist/an-anime-game-launcher-2.4.4.AppImage'),
|
||||
|
||||
// Application version
|
||||
version: '2.4.4'
|
||||
version: '2.4.5'
|
||||
});
|
||||
|
||||
// Bundle project
|
||||
|
|
Loading…
Add table
Reference in a new issue