Skip to content

Commit

Permalink
Install pyinstaller before?
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jan 11, 2024
1 parent cdaa396 commit da02bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ fi
# Activate the virtual environment
source build/.venv/bin/activate

# Whombat dependencies should be installed in the virtual environment
pip install .

# Pyinstaller should be installed in the virtual environment
pip install pyinstaller

# Whombat dependencies should be installed in the virtual environment
pip install .

# Run pyinstaller to bundle whombat into an executable file
pyinstaller \
--hidden-import "app" \
Expand Down

0 comments on commit da02bbf

Please sign in to comment.