chore: update project structure and workflows

- Update .gitignore for new backend structure
- Update GitHub workflows for transcriptarr rename
- Update launcher.py to use new module name
This commit is contained in:
2026-01-11 21:24:11 +01:00
parent 4e9e3c4159
commit 8acbe84b15
5 changed files with 17 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Get version from subgen.py
- name: Get version from transcriptarr.py
id: get_version
run: |
version=$(grep -oP "subgen_version\s*=\s*'\K[^']+" subgen.py)