use sudo to install audio pkg
This commit is contained in:
parent
1ee542ea3e
commit
ecbfaa4a62
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ build_branch="$(git branch --show-current)"
|
|||
echo "BUILD: str = \"$build_commit\"" > ../build.py
|
||||
echo "BRANCH: str = \"$build_branch\"" >> ../build.py
|
||||
|
||||
apt install libportaudio2
|
||||
sudo apt install libportaudio2
|
||||
|
||||
python3 -m venv ../venv
|
||||
source ../venv/bin/activate
|
||||
|
@ -19,6 +19,8 @@ pip3 install -e ../
|
|||
|
||||
python3 ./generate-build-exe-config.py
|
||||
|
||||
chmod +x output/BAPSicle
|
||||
|
||||
python3 ./build-exe.py
|
||||
|
||||
bash ./build-exe-pyinstaller-command.sh
|
||||
|
|
Loading…
Reference in a new issue