Vladimir Zagainov e927fff02f feat: add selfupdate module (check, apply, restart)
- Check: query /api/launcher/latest with os/arch, compare versions
- Apply: download new binary, verify SHA-256, replace current executable (Windows .old rename)
- Restart: re-launch executable and exit
- Uses stdlib only (no external update library needed for direct URL downloads)

Co-Authored-By: OWL <noreply@anthropic.com>
2026-05-26 12:39:38 +03:00
2026-05-23 17:53:50 +03:00
2026-05-23 17:53:50 +03:00

MrixsCraft Launcher

Minecraft лаунчер на Go с GUI на Fyne.

Сборка

go build -o mrixscraft-launcher ./cmd/launcher

Запуск

go run ./cmd/launcher
Description
No description provided
Readme 55 KiB
Languages
Go 100%