Update readme for 0.1.0 release

This commit is contained in:
Fizban
2020-06-03 00:50:15 +10:00
parent e5d7a99003
commit eb09f72a9c
2 changed files with 56 additions and 7 deletions

View File

@@ -30,17 +30,14 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \
echo "Using custom pip.ini: "
cat /wine/drive_c/users/root/pip/pip.ini
fi
echo "before cd"
ls
cd $WORKDIR
echo "after cd"
ls
if [ -f requirements.txt ]; then
pip install -r requirements.txt
fi # [ -f requirements.txt ]
echo "this is at"
echo "$@"
# if [[ "$@" == "" ]]; then
pyinstaller --clean -y --dist ./dist/windows --workpath /tmp *.spec