Fix Proton GDK fetch
All checks were successful
Update Wine Metadata / changes (push) Successful in 27s
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:
@@ -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 файла..."
|
||||
|
||||
@@ -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"}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user