From 98bce1b0da675715b2e5482c0ad61ba21135f62f Mon Sep 17 00:00:00 2001
From: Server-Bibliothek <server-bibliothek@lokal>
Date: Di, 04 Aug 2026 07:00:04 +0200
Subject: [PATCH] Add a desktop client that knows what is installed locally

---
 software-bibliothek.json |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/software-bibliothek.json b/software-bibliothek.json
new file mode 100644
index 0000000..b5d616e
--- /dev/null
+++ b/software-bibliothek.json
@@ -0,0 +1,5 @@
+{
+  "_hinweis": "Bau-Anleitung für die Software-Bibliothek selbst. Verteilt wird von hier nicht der Server (den legt man beim Aufsetzen hin), sondern der Client für die Arbeitsplätze. Verfahren: Skill build-secrets im Repo dh-claude-rules.",
+  "buildCommand": "powershell -ExecutionPolicy Bypass -File desktop/build_exe.ps1",
+  "artifact": "desktop/dist/Software-Bibliothek.exe"
+}

--
Gitblit v1.9.3