From previous commits:
- added dxvk 2.1 and some new wine versions
- use per-server cache (#61)
This commit is contained in:
Observer KRypt0n_ 2023-02-17 20:06:08 +02:00
parent c079bf0027
commit ff04fd4c39
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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/",

View file

@ -1,6 +1,6 @@
{
"name": "an-anime-game-launcher",
"version": "2.4.4",
"version": "2.4.5",
"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-2.4.4.AppImage'),
// Application version
version: '2.4.4'
version: '2.4.5'
});
// Bundle project