Skip to content

Commit 8b7c3a3

Browse files
committed
Removed splash screen from build commands
1 parent 7353852 commit 8b7c3a3

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ site
169169
back/user_guide
170170

171171
whombat.db
172+
.ruff_cache/
172173
.pdm-python
173174
back/src/whombat/statics/*
174175
back/src/whombat/user_guide/*

scripts/bundle_linux.sh

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ build/.venv/bin/pyinstaller \
4141
--recursive-copy-metadata "numpy" \
4242
--name whombat \
4343
--onefile \
44-
--splash "../assets/splash.png" \
4544
app.py
4645

4746

scripts/bundle_windows.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ build\.venv\Scripts\pyinstaller `
3939
--name whombat `
4040
--onefile `
4141
--console `
42-
--splash "..\assets\splash.png" `
4342
app.py
4443

4544

0 commit comments

Comments
 (0)