Skip to content

Commit

Permalink
fix: icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 18, 2024
1 parent e9aac01 commit d32d5e8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
recursive-include dialog *
recursive-include vocab *
recursive-include locale *
recursive-include res *
recursive-include ui *
include README.md
include requirements.txt
include CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src='./ui/somafm.png' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> SomaFM
# <img src='./res/somafm.png' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> SomaFM

OCP skill for SomaFM

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_requirements(requirements_filename: str):


def find_resource_files():
resource_base_dirs = ("locale", "qt5", "vocab", "dialog", "regex", "skill")
resource_base_dirs = ("locale", "res")
base_dir = path.dirname(__file__)
package_data = ["*.json"]
for res in resource_base_dirs:
Expand Down

0 comments on commit d32d5e8

Please sign in to comment.