Show splash screen on app start. Only supported on Windows, Linux

This commit is contained in:
Debanjum Singh Solanky
2022-08-18 20:50:25 +03:00
parent 0079c13bf7
commit 60dacf3f2c
3 changed files with 72 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt install libegl1 libxcb-xinerama0 -y
sudo apt install libegl1 libxcb-xinerama0 python3-tk -y
fi
python -m pip install --upgrade pip
pip install pyinstaller