File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments