Skip to content

Commit

Permalink
update to v5.1 (and include changes for v5.0 upgrade in latest commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed May 22, 2022
1 parent 3f7714e commit 17e6171
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions install_pyinstaller.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
git submodule update --init
cd pyinstaller\bootloader
python ./waf all
cd ..
cd pyinstaller
setlocal
set PYINSTALLER_COMPILE_BOOTLOADER="1"
python setup.py install
cd ..
2 changes: 1 addition & 1 deletion pyinstaller
Submodule pyinstaller updated 236 files
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest

setuptools<50.0.0
setuptools

psutil
coloredlogs
Expand Down

0 comments on commit 17e6171

Please sign in to comment.