Skip to content

Commit

Permalink
upgrade pyinstaller from v3.6 to v6.5 for windows
Browse files Browse the repository at this point in the history
for more info, see:

 * #78 (comment)
  • Loading branch information
maltfield committed Jun 10, 2024
1 parent 392203b commit 01b3e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/buildExe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ C:\tmp\kivy_venv\Scripts\python.exe -m pip install --ignore-installed --upgrade
C:\tmp\kivy_venv\Scripts\python.exe -m pip install --ignore-installed --upgrade --cache-dir .\build\deps\ --no-index --find-links .\build\deps\ .\build\deps\kivy_deps.sdl2-0.7.0-cp312-cp312-win_amd64.whl | Out-String
C:\tmp\kivy_venv\Scripts\python.exe -m pip install --ignore-installed --upgrade --cache-dir .\build\deps\ --no-index --find-links .\build\deps\ .\build\deps\kivy_deps.glew-0.3.1-cp312-cp312-win_amd64.whl | Out-String
C:\tmp\kivy_venv\Scripts\python.exe -m pip install --ignore-installed --upgrade --cache-dir .\build\deps\ --no-index --find-links .\build\deps\ .\build\deps\kivy_deps.angle-0.4.0-cp312-cp312-win_amd64.whl | Out-String
C:\tmp\kivy_venv\Scripts\python.exe -m pip install --ignore-installed --upgrade --cache-dir .\build\deps\ --no-index --find-links .\build\deps\ .\build\deps\PyInstaller-3.6.tar.gz | Out-String
C:\tmp\kivy_venv\Scripts\python.exe -m pip install --ignore-installed --upgrade --cache-dir .\build\deps\ --no-index --find-links .\build\deps\ .\build\deps\pyinstaller-6.5.0-py3-none-win_amd64.whl | Out-String

# install kivy and all other python dependencies with pip into our virtual env
C:\tmp\kivy_venv\Scripts\python.exe -m pip install --ignore-installed --upgrade --cache-dir .\build\deps\ --no-index --find-links .\build\deps\ .\build\deps\Kivy-2.3.0-cp312-cp312-win_amd64.whl | Out-String
Expand Down

0 comments on commit 01b3e2a

Please sign in to comment.