Skip to content

Commit

Permalink
fix: gui resources path (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 4, 2024
1 parent 7b4f36c commit 9a9baf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_requirements(requirements_filename: str):


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

0 comments on commit 9a9baf1

Please sign in to comment.