MTGProxyPrinter

Artifact [17a8f2730a]
Login

Artifact 17a8f2730a1780d51912f852be29bf5cee966d0894c9f04ad3992a96543ab756:


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