2020-10-25 01:23:24 +00:00
|
|
|
cd /D "%~dp0"
|
|
|
|
pip install -r requirements.txt
|
|
|
|
pip install -r requirements-windows.txt
|
|
|
|
pip install -e ..\
|
|
|
|
|
2020-10-29 01:41:01 +00:00
|
|
|
: Generate the json config in case you wanted to use the gui to regenerate the command below manually.
|
2020-10-25 01:23:24 +00:00
|
|
|
python generate-build-exe-config.py
|
|
|
|
|
2020-10-29 01:41:01 +00:00
|
|
|
: auto-py-to-exe -c build-exe-config.json -o ../install
|
2020-10-25 01:23:24 +00:00
|
|
|
|
2020-10-29 01:41:01 +00:00
|
|
|
python build-exe.py
|
|
|
|
|
|
|
|
build-exe-pyinstaller-command.bat
|
|
|
|
|
|
|
|
del *.spec /q
|
|
|
|
|
|
|
|
echo "Output file should be located in 'output/' folder."
|
2020-10-25 01:23:24 +00:00
|
|
|
TIMEOUT 5
|