Skip to content

Commit

Permalink
Add splash screen
Browse files Browse the repository at this point in the history
Hoping this gives some instant feedback when launching on Windows
  • Loading branch information
justinb4003 committed Dec 28, 2024
1 parent fe9da6e commit 44e88f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ a = Analysis(
['main.py'],
pathex=[],
binaries=[],
datas=[],
datas=[('tritime-splash.png', '.')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand All @@ -27,6 +27,7 @@ exe = EXE(
a.datas,
[],
name='tritime',
splash='tritime-splash.png',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand All @@ -39,4 +40,4 @@ exe = EXE(
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)
)
Binary file added tritime-splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 44e88f8

Please sign in to comment.