diff --git a/.gitignore b/.gitignore index 89e402b..82053e2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ nexus.egg-info/ **/__pycache__/ src/nexus/ui/*.py src/nexus/translations/ -/src/nexus/resources_rc.py +/src/resources_rc.py diff --git a/dist.py b/dist.py index 2a40db2..515660a 100755 --- a/dist.py +++ b/dist.py @@ -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 src/nexus/resources_rc.py") +run_command(f"{venv_path}pyside6-rcc ui/resources.qrc -o src/resources_rc.py") # Generate translations print("Generating TS templates...") diff --git a/src/nexus/__init__.py b/src/nexus/__init__.py index d6e1d84..0d30a04 100644 --- a/src/nexus/__init__.py +++ b/src/nexus/__init__.py @@ -2,4 +2,4 @@ __author__ = "CharaChorder" __id__ = "com.charachorder.nexus" -__version__ = "0.3.1" +__version__ = "0.3.2"