bugfix + better py for win install script

This commit is contained in:
janis
2023-06-07 08:40:54 +02:00
parent 7ef00cee24
commit d187a70452
2 changed files with 4 additions and 2 deletions

View File

@@ -2,4 +2,6 @@ curl -o ./pythonInstaller.exe https://www.python.org/ftp/python/3.10.11/python-3
wine pythonInstaller.exe
wine python -m pip install pyinstaller
wine python -m pip install pyinstaller
printf '\n\n==> Done installing python for windows\n\n'