aioupnp/wine_build.sh

13 lines
178 B
Bash
Raw Permalink Normal View History

2018-10-18 18:31:36 +02:00
set -x
rm -rf /tmp/.wine-*
apt-get -qq update
apt-get -qq install -y git
pip install setuptools_scm
cd aioupnp
pip install -e .
pyinstaller -F -n aioupnp aioupnp/__main__.py