chore: migrate production URLs to ttrpgplayer.ru (v1.0.24)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user