Skip to content

Commit

Permalink
fix: gui resources path
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 4, 2024
1 parent c4386ff commit 1f04b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_requirements(requirements_filename: str):


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

0 comments on commit 1f04b3f

Please sign in to comment.