Skip to content

Commit 71ac85a

Browse files
Nicolettaclaude
authored andcommitted
feat: install-linux.sh in Download-Tabelle der Release-Notes verlinken
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5f01c57 commit 71ac85a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ jobs:
299299
win_url = f'{base}/{win_exe}'
300300
lin_url = f'{base}/{lin_img}'
301301
lin_url_ver = f'{base}/{lin_img_ver}'
302+
install_sh = 'install-linux.sh'
303+
install_url = f'{base}/{install_sh}'
302304
303305
body = f"""## Was ist neu in {tag}
304306
@@ -313,6 +315,7 @@ jobs:
313315
| **Windows** | [⬇ {win_exe}]({win_url}) | NSIS-Installer, einfach ausführen |
314316
| **Linux** | [⬇ {lin_img}]({lin_url}) | **Empfohlen** – Dateiname bleibt nach Auto-Updates korrekt |
315317
| **Linux (versioniert)** | [⬇ {lin_img_ver}]({lin_url_ver}) | Alternative mit Versionsnummer im Dateinamen |
318+
| **Linux: Menü-Integration** | [⬇ {install_sh}]({install_url}) | Einmalig ausführen → Icon + Starter im Anwendungsmenü |
316319
317320
**Auto-Update:** Wer v0.1.3 oder neuer installiert hat, bekommt das Update automatisch beim nächsten App-Start angeboten.
318321

0 commit comments

Comments
 (0)