This commit is contained in:
Timothy Sutton 2022-11-09 09:19:46 -05:00
parent ad2e36b683
commit 592bbfe800

View file

@ -10,8 +10,9 @@ ls '/c/program files'
$python -V
# which python
$python -m pip install -r "${script_dir}/requirements.txt"
pip install -r "${script_dir}/requirements.txt"
pyinstaller --onefile brigadier
$PYTHON_HOME="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64" \
pyinstaller \
--onefile \
brigadier