1
0

Simplify pyinstaller installation

This commit is contained in:
Johann Bauer
2018-02-15 22:23:10 +01:00
parent fe1e412f01
commit e512e9c0e8
4 changed files with 6 additions and 27 deletions

View File

@@ -13,8 +13,7 @@ echo "Clearing $here/build and $here/dist..."
rm "$here"/build/* -rf
rm "$here"/dist/* -rf
$here/prepare-wine.sh && \
$here/prepare-pyinstaller.sh || exit 1
$here/prepare-wine.sh || exit 1
echo "Resetting modification time in C:\Python..."
# (Because of some bugs in pyinstaller)