Fix Proton GDK fetch
All checks were successful
Update Wine Metadata / changes (push) Successful in 27s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-11-26 13:43:08 +05:00
parent 57dd1ed212
commit 20e184b910
2 changed files with 2 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ create_wine_entries "$TEMP_DIR/proton_em_releases.json" "\\.tar\\.xz$" "" > "$TE
# GDK_PROTON
fetch_github_releases "Weather-OS/GDK-Proton" "$TEMP_DIR/gdk_proton_releases.json"
create_wine_entries "$TEMP_DIR/gdk_proton_releases.json" "\\.tar\\.xz$" "" > "$TEMP_DIR/gdk_proton.json"
create_wine_entries "$TEMP_DIR/gdk_proton_releases.json" "\\.tar\\.gz$" "" > "$TEMP_DIR/gdk_proton.json"
# Создание итогового JSON файла
log "Создание итогового JSON файла..."

View File

@@ -411,5 +411,6 @@
{"name":"proton-EM-10.0-6","url":"https://github.com/Etaash-mathamsetty/Proton/releases/download/EM-10.0-6/proton-EM-10.0-6.tar.xz"}
],
"gdk_proton": [
{"name":"GE-Proton10-25","url":"https://github.com/Weather-OS/GDK-Proton/releases/download/release/GE-Proton10-25.tar.gz"}
]
}