chore: replace github to git.linux-gaming.ru

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-01 18:26:10 +05:00
parent 2a5ce6c36f
commit 6f211c66c2
9 changed files with 22 additions and 28 deletions

View File

@ -311,8 +311,7 @@ def load_steam_apps_async(callback: Callable[[list], None]):
callback([])
else:
app_list_url = (
"https://raw.githubusercontent.com/Boria138/PortProtonQt/"
"refs/heads/main/data/games_appid.tar.xz"
"https://git.linux-gaming.ru/Boria138/PortProtonQt/raw/branch/main/data/games_appid.tar.xz"
)
downloader.download_async(app_list_url, cache_tar, timeout=5, callback=process_tar)
@ -457,8 +456,7 @@ def load_weanticheatyet_data_async(callback: Callable[[list], None]):
callback([])
else:
app_list_url = (
"https://raw.githubusercontent.com/Boria138/PortProtonQt/"
"refs/heads/main/data/anticheat_games.tar.xz"
"https://git.linux-gaming.ru/Boria138/PortProtonQt/raw/branch/main/data/anticheat_games.tar.xz"
)
downloader.download_async(app_list_url, cache_tar, timeout=5, callback=process_tar)