Skip to content

Commit

Permalink
Update ileappGUI.spec
Browse files Browse the repository at this point in the history
Fixed missing info in spec file
  • Loading branch information
abrignoni committed Nov 3, 2022
1 parent 9ba15aa commit 9b9f0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ileappGUI.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ block_cipher = None
a = Analysis(['ileappGUI.py'],
pathex=['.\\scripts\\artifacts'],
binaries=[],
datas=[('.\\scripts\\logo.jpg', '.\\scripts'),
datas=[('.\\scripts\\logo.jpg', '.\\scripts'),
('.\\scripts\\chats.css', '.\\scripts'),
('.\\scripts\\dashboard.css', '.\\scripts'),
('.\\scripts\\dark-mode.css', '.\\scripts'),
('.\\scripts\\dark-mode-switch.js', '.\\scripts'),
Expand Down

0 comments on commit 9b9f0a3

Please sign in to comment.