From 9db809f182650ff5bc1fc170b341e33b2c61a54d Mon Sep 17 00:00:00 2001 From: u8array Date: Sun, 12 Jul 2026 12:10:43 +0200 Subject: [PATCH 1/2] chore: compact the app title to ZPLab --- .github/release/web-README.md | 2 +- .github/workflows/release.yml | 6 +++--- index.html | 2 +- src-tauri/Cargo.toml | 2 +- .../udev/{70-zebraprintlab.rules => 70-zplab.rules} | 0 src-tauri/src/credentials.rs | 2 +- src-tauri/src/usb.rs | 4 ++-- src-tauri/tauri.conf.json | 12 ++++++------ src/components/AppShell.tsx | 2 +- src/hooks/useNativeMenu.ts | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) rename src-tauri/packaging/udev/{70-zebraprintlab.rules => 70-zplab.rules} (100%) diff --git a/.github/release/web-README.md b/.github/release/web-README.md index 16d0b986..491336e8 100644 --- a/.github/release/web-README.md +++ b/.github/release/web-README.md @@ -1,4 +1,4 @@ -# ZebraPrintLab web build (self-hosted) +# ZPLab web build (self-hosted) Static single-page app. Serve this folder with any web server; no backend required. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31acf4dd..605fc8c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: if [ -z "$ID" ]; then ID=$(gh api -X POST "repos/$GITHUB_REPOSITORY/releases" \ -f tag_name="$TAG" \ - -f name="ZebraPrintLab $TAG" \ + -f name="ZPLab $TAG" \ -f body="See the assets to download this version and install." \ -F draft=true --jq .id) fi @@ -161,7 +161,7 @@ jobs: - name: zip browser build run: | cd dist - zip -r "../ZebraPrintLab_${{ needs.gates.outputs.version }}_web.zip" . + zip -r "../ZPLab_${{ needs.gates.outputs.version }}_web.zip" . - name: upload to draft release env: @@ -169,4 +169,4 @@ jobs: GH_REPO: ${{ github.repository }} # gh resolves the tag to the draft release even though the git ref # does not exist until the release is published - run: gh release upload "v${{ needs.gates.outputs.version }}" "ZebraPrintLab_${{ needs.gates.outputs.version }}_web.zip" --clobber + run: gh release upload "v${{ needs.gates.outputs.version }}" "ZPLab_${{ needs.gates.outputs.version }}_web.zip" --clobber diff --git a/index.html b/index.html index c269d022..72c8f2a8 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - ZebraPrintLab + ZPLab