Skip to content

Commit

Permalink
Update favicon file name
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkePilon committed Nov 23, 2023
1 parent 57f3c3b commit 493263c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lodestone/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def check_python_command():

if not os.path.isfile("favicon.ico"):
img_data = requests.get("https://github.com/the-lodestone-project/Lodestone/raw/main/assets/favicon.png").content
with open('favicon.png.jpg', 'wb') as handler:
with open('favicon.png.png', 'wb') as handler:
handler.write(img_data)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lodestone"
version = "0.0.43"
version = "0.0.44"
description = "🤖 Create Minecraft bots with a powerful, stable, and high level Python API."
authors = [
{ name = "Silke Pilon", email = "[email protected]" },
Expand Down

0 comments on commit 493263c

Please sign in to comment.