Artifact 5d769b4af51115a83e9d3b2a2ac2b321a63f1fb04f52b2a9055d324173dfd37f:
- File build_MTGProxyPrinter_packages.bat — part of check-in [57c5fe4e2a] at 2026-03-12 19:16:21 on branch repository_cleanup — Rename packaging environment, update the packaging scripts to use the new names (user: thomas size: 466) [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 -e package_wheel,package_cx_freeze