MTGProxyPrinter

Artifact [5d769b4af5]
Login

Artifact [5d769b4af5]

Artifact 5d769b4af51115a83e9d3b2a2ac2b321a63f1fb04f52b2a9055d324173dfd37f:


:: 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