mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 13:31:47 -03:00
- Introduce DualAuthPatcher with support for hybrid authentication - Update default auth domain to `auth.sanasol.ws` - Integrate Java detection and bundled JRE handling for patcher execution - Add server patch flag for avoiding redundant patching - Automate DualAuthPatcher setup: download, compile, and execute with dependencies - Enhance patching logic for extended logging and modularity
18 lines
188 B
Plaintext
18 lines
188 B
Plaintext
dist/*
|
|
node_modules/*
|
|
bun.lock
|
|
|
|
# Build artifacts
|
|
src/
|
|
pkg/
|
|
|
|
# Package files
|
|
*.tar.zst
|
|
*.zst.DS_Store
|
|
*.zst
|
|
bun.lockb
|
|
.env
|
|
|
|
# Downloaded patcher (from hytale-auth-server)
|
|
backend/patcher/
|