Add cx_setup.py for building the ReticulumMeshChatX application

- Introduced a new setup script using cx_Freeze to facilitate building the application.
- Updated version.py to maintain consistency in version string formatting.
- Modified build-backend.js to use poetry for executing the build process.
This commit is contained in:
2025-11-30 23:25:54 -06:00
parent 84f887df90
commit 0beaaaf4b1
3 changed files with 52 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
"""Auto-generated helper so Python tooling and the Electron build
"""
Auto-generated helper so Python tooling and the Electron build
share the same version string.
"""
__version__ = "2.41.0"
__version__ = '2.41.0'