19 lines
347 B
Bash
Executable file
19 lines
347 B
Bash
Executable file
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
|
|
pip3 install -r requirements.txt
|
|
pip3 install -r requirements-macos.txt
|
|
pip3 install -e ..\
|
|
|
|
python3 ./generate-build-exe-config.py
|
|
|
|
python3 ./build-exe.py
|
|
|
|
bash ./build-exe-pyinstaller-command.sh
|
|
|
|
rm ./*.spec
|
|
|
|
brew install platypus
|
|
|
|
platypus --load-profile ./BAPSicle.platypus --overwrite ./output/BAPSicle.app
|
|
|