chore: migrate production URLs to ttrpgplayer.ru (v1.0.24)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-01 15:59:37 +08:00
parent 374e041321
commit 60ef837e1c
11 changed files with 108 additions and 63 deletions
+4 -4
View File
@@ -38,7 +38,7 @@ def build_document() -> Document:
doc.add_paragraph(
"Одна версия на все платформы. Сначала вручную поднимается версия и собирается macOS; "
"затем на Windows скрипт собирает Win/Linux без повторного bump и выкладывает на "
"https://updates.mailib.ru/"
"https://updates.ttrpgplayer.ru/"
)
doc.add_heading("Рекомендуемый порядок", level=1)
@@ -136,9 +136,9 @@ def build_document() -> Document:
doc.add_heading("Проверка после выкладки", level=1)
for url in [
"https://updates.mailib.ru/latest.yml",
"https://updates.mailib.ru/latest-linux.yml",
"https://updates.mailib.ru/latest-mac.yml",
"https://updates.ttrpgplayer.ru/latest.yml",
"https://updates.ttrpgplayer.ru/latest-linux.yml",
"https://updates.ttrpgplayer.ru/latest-mac.yml",
]:
add_bullet(doc, url)