Updated core library with lots of fixes, added new wine versions

This commit is contained in:
Observer KRypt0n_ 2022-08-24 14:51:36 +02:00
parent b27bda582e
commit 69cccd3a11
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
4 changed files with 45 additions and 6 deletions

4
Cargo.lock generated
View file

@ -31,7 +31,7 @@ dependencies = [
[[package]] [[package]]
name = "anime-game-core" name = "anime-game-core"
version = "0.4.2" version = "0.5.0"
dependencies = [ dependencies = [
"bzip2", "bzip2",
"curl", "curl",
@ -51,7 +51,7 @@ dependencies = [
[[package]] [[package]]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "1.0.1" version = "1.0.2-beta1"
dependencies = [ dependencies = [
"anime-game-core", "anime-game-core",
"dirs", "dirs",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "1.0.1" version = "1.0.2-beta1"
description = "Anime Game launcher" description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"] authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"

@ -1 +1 @@
Subproject commit 91c8c5a396fda83b039186fd628c53f4d37a9c20 Subproject commit 75bac741dd3ca9380da3997e0f14e24dca9f2f12

View file

@ -3,6 +3,19 @@
"title": "Wine-GE-Proton", "title": "Wine-GE-Proton",
"subtitle": null, "subtitle": null,
"versions": [ "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", "family": "Wine-GE-Proton",
"name": "lutris-GE-Proton7-25-x86_64", "name": "lutris-GE-Proton7-25-x86_64",
@ -79,7 +92,7 @@
"wineboot": "bin/wineboot", "wineboot": "bin/wineboot",
"winecfg": "lib64/wine/x86_64-windows/winecfg.exe" "winecfg": "lib64/wine/x86_64-windows/winecfg.exe"
}, },
"recommended": true "recommended": false
}, },
{ {
"family": "Wine-GE-Proton", "family": "Wine-GE-Proton",
@ -165,6 +178,19 @@
"title": "GE-Proton", "title": "GE-Proton",
"subtitle": "This version includes its own DXVK builds and you can use DXVK_ASYNC variable", "subtitle": "This version includes its own DXVK builds and you can use DXVK_ASYNC variable",
"versions": [ "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", "family": "GE-Proton",
"name": "GE-Proton7-29", "name": "GE-Proton7-29",
@ -241,7 +267,7 @@
"wineboot": "files/bin/wineboot", "wineboot": "files/bin/wineboot",
"winecfg": "files/lib64/wine/x86_64-windows/winecfg.exe" "winecfg": "files/lib64/wine/x86_64-windows/winecfg.exe"
}, },
"recommended": true "recommended": false
}, },
{ {
"family": "GE-Proton", "family": "GE-Proton",
@ -340,6 +366,19 @@
"title": "Soda", "title": "Soda",
"subtitle": "New runner based on Valves Wine, with patches from Proton, TKG and GE. Developed by Bottles", "subtitle": "New runner based on Valves Wine, with patches from Proton, TKG and GE. Developed by Bottles",
"versions": [ "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", "family": "Soda",
"name": "soda-7.0-2-x86_64", "name": "soda-7.0-2-x86_64",