Artifact 4e1865ff561bb92c5ebfa9466093b7ef23801d6162b9de82a87e953413084bc8:
- Executable file build_MTGProxyPrinter_packages.sh — 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: 265) [more...]
#!/bin/bash ENVIRONMENT_NAME="venv" # Generate an application bundle using cx_Freeze for Linux. if [ ! -e "${ENVIRONMENT_NAME}" ]; then ./create_development_environment.sh fi source "${ENVIRONMENT_NAME}/bin/activate" tox run -e package_wheel,package_cx_freeze