mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-10 18:19:45 +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 |
|
| 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
|
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",
|
"applicationId": "com.gitlab.KRypt0n_.an-anime-game-launcher",
|
||||||
"version": "2.4.4",
|
"version": "2.4.5",
|
||||||
"defaultMode": "window",
|
"defaultMode": "window",
|
||||||
"port": 0,
|
"port": 0,
|
||||||
"documentRoot": "/bundle/",
|
"documentRoot": "/bundle/",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "an-anime-game-launcher",
|
"name": "an-anime-game-launcher",
|
||||||
"version": "2.4.4",
|
"version": "2.4.5",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -39,7 +39,7 @@ const bundler = new Bundler({
|
||||||
output: path.join(__dirname, '../dist/an-anime-game-launcher-2.4.4.AppImage'),
|
output: path.join(__dirname, '../dist/an-anime-game-launcher-2.4.4.AppImage'),
|
||||||
|
|
||||||
// Application version
|
// Application version
|
||||||
version: '2.4.4'
|
version: '2.4.5'
|
||||||
});
|
});
|
||||||
|
|
||||||
// Bundle project
|
// Bundle project
|
||||||
|
|
Loading…
Add table
Reference in a new issue