MTGProxyPrinter

build_MTGProxyPrinter_packages.sh at tip
Login

File build_MTGProxyPrinter_packages.sh from the latest check-in


#!/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 -f py3 package