Skip to content

Commit

Permalink
Clean build directories before starting PyInstaller builds (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored May 14, 2024
1 parent 97c67ac commit 2228ebb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/build-pyinstaller
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ pip install -e '.[pyinstaller]'
# Install JavaScript dependencies.
npm install

# Prepare the workspace directories.
./bin/clean-build

# Build the package.
pyinstaller ./pyinstaller.spec

cp "./betty/_package/pyinstaller/datas/$PLATFORM/README.txt" ./dist/betty/

0 comments on commit 2228ebb

Please sign in to comment.