From 69205a1d8a963b9340948dfc3aaf27f47eee18a4 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sun, 4 Jun 2023 14:49:05 +0200 Subject: [PATCH] add python wine installer --- packaging/prepareWindowsPackaging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 packaging/prepareWindowsPackaging.sh diff --git a/packaging/prepareWindowsPackaging.sh b/packaging/prepareWindowsPackaging.sh old mode 100644 new mode 100755 index 4a7bc59..4ae24dd --- a/packaging/prepareWindowsPackaging.sh +++ b/packaging/prepareWindowsPackaging.sh @@ -2,4 +2,4 @@ curl -o ./pythonInstaller.exe https://www.python.org/ftp/python/3.10.11/python-3 wine pythonInstaller.exe -currentPath = pwd \ No newline at end of file +wine python -m pip install pyinstaller \ No newline at end of file