add python wine installer

This commit is contained in:
2023-06-04 14:49:05 +02:00
parent 60ffb862dc
commit 69205a1d8a

2
packaging/prepareWindowsPackaging.sh Normal file → Executable file
View File

@@ -2,4 +2,4 @@ curl -o ./pythonInstaller.exe https://www.python.org/ftp/python/3.10.11/python-3
wine pythonInstaller.exe wine pythonInstaller.exe
currentPath = pwd wine python -m pip install pyinstaller