diff --git a/Cargo.lock b/Cargo.lock index bf4b64c..c676563 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 767b00a..0eb05fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "GPL-3.0" diff --git a/anime-game-core b/anime-game-core index 91c8c5a..75bac74 160000 --- a/anime-game-core +++ b/anime-game-core @@ -1 +1 @@ -Subproject commit 91c8c5a396fda83b039186fd628c53f4d37a9c20 +Subproject commit 75bac741dd3ca9380da3997e0f14e24dca9f2f12 diff --git a/assets/wine.json b/assets/wine.json index 584909c..d9b56a0 100644 --- a/assets/wine.json +++ b/assets/wine.json @@ -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",