-
iuming authored
- Created PyInstaller specification file (RRR_spec.spec) for building the executable. - Added Windows build script (build.bat) for automated executable creation. - Added Linux/macOS build script (build.sh) for cross-platform support. - Implemented main build script (build_executable.py) to streamline the build process. - Introduced quick build script (quick_build.bat) for direct PyInstaller execution. - Defined project dependencies in requirements.txt for easy installation. - Included version information file (version_info.txt) for Windows executable metadata.
64d57814
Loading