Add VITE_APP_VERSION to environment and update SystemInfoDialog to display version

This commit is contained in:
2025-08-07 19:01:31 +02:00
parent 0150429e82
commit 3ba62af01a
4 changed files with 40 additions and 4 deletions

View File

@@ -29,6 +29,8 @@ jobs:
npm ci
- name: Build Web UI
env:
VITE_APP_VERSION: ${{ github.ref_name }}
run: |
cd webui
npm run build