mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-25 06:16:18 +03:00
Updated core library with lots of fixes, added new wine versions
This commit is contained in:
parent
b27bda582e
commit
69cccd3a11
4 changed files with 45 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -31,7 +31,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-core"
|
||||
version = "0.4.2"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"bzip2",
|
||||
"curl",
|
||||
|
@ -51,7 +51,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2-beta1"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"dirs",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2-beta1"
|
||||
description = "Anime Game launcher"
|
||||
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
|
||||
license = "GPL-3.0"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 91c8c5a396fda83b039186fd628c53f4d37a9c20
|
||||
Subproject commit 75bac741dd3ca9380da3997e0f14e24dca9f2f12
|
|
@ -3,6 +3,19 @@
|
|||
"title": "Wine-GE-Proton",
|
||||
"subtitle": null,
|
||||
"versions": [
|
||||
{
|
||||
"family": "Wine-GE-Proton",
|
||||
"name": "lutris-GE-Proton7-26-x86_64",
|
||||
"title": "Wine-GE-Proton 7-26",
|
||||
"uri": "https://github.com/GloriousEggroll/wine-ge-custom/releases/download/GE-Proton7-26/wine-lutris-GE-Proton7-26-x86_64.tar.xz",
|
||||
"files": {
|
||||
"wine64": "bin/wine64",
|
||||
"wineserver": "bin/wineserver",
|
||||
"wineboot": "bin/wineboot",
|
||||
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
},
|
||||
{
|
||||
"family": "Wine-GE-Proton",
|
||||
"name": "lutris-GE-Proton7-25-x86_64",
|
||||
|
@ -79,7 +92,7 @@
|
|||
"wineboot": "bin/wineboot",
|
||||
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"family": "Wine-GE-Proton",
|
||||
|
@ -165,6 +178,19 @@
|
|||
"title": "GE-Proton",
|
||||
"subtitle": "This version includes its own DXVK builds and you can use DXVK_ASYNC variable",
|
||||
"versions": [
|
||||
{
|
||||
"family": "GE-Proton",
|
||||
"name": "GE-Proton7-30",
|
||||
"title": "GE-Proton 7-30",
|
||||
"uri": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-30/GE-Proton7-30.tar.gz",
|
||||
"files": {
|
||||
"wine64": "files/bin/wine64",
|
||||
"wineserver": "files/bin/wineserver",
|
||||
"wineboot": "files/bin/wineboot",
|
||||
"winecfg": "files/lib64/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
},
|
||||
{
|
||||
"family": "GE-Proton",
|
||||
"name": "GE-Proton7-29",
|
||||
|
@ -241,7 +267,7 @@
|
|||
"wineboot": "files/bin/wineboot",
|
||||
"winecfg": "files/lib64/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
"recommended": false
|
||||
},
|
||||
{
|
||||
"family": "GE-Proton",
|
||||
|
@ -340,6 +366,19 @@
|
|||
"title": "Soda",
|
||||
"subtitle": "New runner based on Valve’s Wine, with patches from Proton, TKG and GE. Developed by Bottles",
|
||||
"versions": [
|
||||
{
|
||||
"family": "Soda",
|
||||
"name": "soda-7.0-3-x86_64",
|
||||
"title": "Soda 7.0-3",
|
||||
"uri": "https://github.com/bottlesdevs/wine/releases/download/soda-7.0-3/soda-7.0-3-x86_64.tar.xz",
|
||||
"files": {
|
||||
"wine64": "bin/wine64",
|
||||
"wineserver": "bin/wineserver",
|
||||
"wineboot": "bin/wineboot",
|
||||
"winecfg": "lib/wine/x86_64-windows/winecfg.exe"
|
||||
},
|
||||
"recommended": true
|
||||
},
|
||||
{
|
||||
"family": "Soda",
|
||||
"name": "soda-7.0-2-x86_64",
|
||||
|
|
Loading…
Reference in a new issue