Skip to content

Commit

Permalink
Removed splash screen from build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed May 17, 2024
1 parent 7353852 commit 8b7c3a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ site
back/user_guide

whombat.db
.ruff_cache/
.pdm-python
back/src/whombat/statics/*
back/src/whombat/user_guide/*
Expand Down
1 change: 0 additions & 1 deletion scripts/bundle_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ build/.venv/bin/pyinstaller \
--recursive-copy-metadata "numpy" \
--name whombat \
--onefile \
--splash "../assets/splash.png" \
app.py


Expand Down
1 change: 0 additions & 1 deletion scripts/bundle_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ build\.venv\Scripts\pyinstaller `
--name whombat `
--onefile `
--console `
--splash "..\assets\splash.png" `
app.py


Expand Down

0 comments on commit 8b7c3a3

Please sign in to comment.