Skip to content

Commit

Permalink
fix: gui resources path (#35)
Browse files Browse the repository at this point in the history
* fix: gui resources path

* fix: allow latest ovos-gui changes

companion to OpenVoiceOS/ovos-bus-client#120 and OpenVoiceOS/ovos-gui#53
  • Loading branch information
JarbasAl authored Nov 5, 2024
1 parent 566f2a8 commit c5c0a3b
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 348 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ovos-utils>=0.0.38
ovos-workshop>=0.0.15,<3.0.0
ovos-bus-client>=0.0.8
ovos-bus-client>=0.0.8,<2.0.0
18 changes: 0 additions & 18 deletions scripts/bump_alpha.py

This file was deleted.

21 changes: 0 additions & 21 deletions scripts/bump_build.py

This file was deleted.

27 changes: 0 additions & 27 deletions scripts/bump_major.py

This file was deleted.

24 changes: 0 additions & 24 deletions scripts/bump_minor.py

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/migrate_locale.py

This file was deleted.

76 changes: 0 additions & 76 deletions scripts/prepare_skillstore.py

This file was deleted.

53 changes: 0 additions & 53 deletions scripts/prepare_translations.py

This file was deleted.

41 changes: 0 additions & 41 deletions scripts/release_skillstore.py

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/remove_alpha.py

This file was deleted.

47 changes: 0 additions & 47 deletions scripts/translate.py

This file was deleted.

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


def find_resource_files():
resource_base_dirs = ("locale", "ui", "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 c5c0a3b

Please sign in to comment.