Skip to content

Commit

Permalink
Bugfix and v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 committed Oct 30, 2023
1 parent 88a5982 commit ec3de34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ nexus.egg-info/
**/__pycache__/
src/nexus/ui/*.py
src/nexus/translations/
/resources_rc.py
/src/nexus/resources_rc.py
2 changes: 1 addition & 1 deletion dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run_command(command: str):

# Generate resources
print("Generating resources...")
run_command(f"{venv_path}pyside6-rcc ui/resources.qrc -o resources_rc.py")
run_command(f"{venv_path}pyside6-rcc ui/resources.qrc -o src/nexus/resources_rc.py")

# Generate translations
print("Generating TS templates...")
Expand Down
2 changes: 1 addition & 1 deletion src/nexus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = "CharaChorder"
__id__ = "com.charachorder.nexus"
__version__ = "0.4.0"
__version__ = "0.3.1"

0 comments on commit ec3de34

Please sign in to comment.