Add build system, versioning, releases, multilingual docs

- version.py with v1.0.0
- build.py (PyInstaller cross-platform build script)
- build.sh / build.bat for quick builds
- releases/ServerManager-v1.0.0-win-x64.exe (Windows x64 binary)
- README.md with docs in English, Russian, Chinese
- CHANGELOG.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chrome-storm-c442
2026-02-23 07:58:40 -05:00
parent 6179ded862
commit 218b60f7f6
8 changed files with 386 additions and 19 deletions

6
version.py Normal file
View File

@@ -0,0 +1,6 @@
"""Version info for ServerManager."""
__version__ = "1.0.0"
__app_name__ = "ServerManager"
__author__ = "aibot777"
__description__ = "Desktop GUI for managing remote servers"