Artifact 17a8f2730a1780d51912f852be29bf5cee966d0894c9f04ad3992a96543ab756:
- File build_MTGProxyPrinter_packages.bat — part of check-in [882e6bf7d5] at 2024-03-27 22:57:48 on branch refactor_build_system — The packaging scripts now only use the native Python 3 version to package, and not any additional versions that may be around. (user: thomas size: 446) [more...]
:: Generate an application bundle using cx_Freeze :: Create or activate the build environment IF EXIST "venv" ( call venv\Scripts\activate.bat ) ELSE ( call create_development_environment.bat ) :: Create a platform-dependent, portable build in the build directory :: and an MSI-based installer in the dist directory. :: Also creates a cross-platform Python sdist and wheel package in the dist directory. tox run -f py3 package