Skip to content

Commit

Permalink
use svg instead of png logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey04 committed Jun 27, 2024
1 parent 9b09003 commit 655db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umake/frameworks/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __init__(self, **kwargs):
desktop_filename="godot.desktop",
required_files_path=['godot'],
**kwargs)
self.icon_url = "https://godotengine.org/assets/press/icon_color.png"
self.icon_url = "https://godotengine.org/assets/press/icon_color.svg"
self.icon_filename = "Godot.svg"

arch_trans = {
Expand Down

0 comments on commit 655db7f

Please sign in to comment.