Files
DndGamePlayer/docs/MANUAL_MAC_UPDATE_UPLOAD.md
T
Ivan Fontosh 6204359330 fix
2026-05-17 21:55:52 +08:00

22 lines
615 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# macOS: сборка и выкладка обновлений
## Сборка на Mac
```bash
npm ci
npm run build
npm run pack:mac
```
В `release/` (имена **без версии**):
- `latest-mac.yml`
- `TTRPGPlayer-x64.dmg`
- `TTRPGPlayer-arm64.dmg` (если собирали arm64)
Скопируйте эти файлы на Windows в общую папку релиза (вместе с Win/Linux) и залейте на VPS вместе с остальными.
## Проверка после выкладки
`https://updates.mailib.ru/latest-mac.yml` (подставьте свой feed URL)