fix(release): macOS/Linux-Binaries als Archiv verpacken (Exec-Bit bleibt erhalten) - #2
Merged
speedone merged 1 commit intoSep 18, 2026
Conversation
…ibt erhalten) Rohe Release-Downloads verlieren das Ausführungs-Bit (HTTP kennt keine Dateirechte) — macOS-Nutzer konnten die Binaries daher nicht wie in der README beschrieben starten. Jetzt: Zip für macOS (Finder entpackt per Doppelklick), tar.gz für Linux, die Windows-.exe bleibt roh. README-Anleitung auf den seit macOS 15 gültigen Gatekeeper-Weg aktualisiert. Fixes #1 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BURVtuC2bz2sUeuECVi6Wt
This was referenced Aug 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1 — hier wie dort angeboten die konkrete Umsetzung. 🙂
Was
scripts/package-binaries.mjsverpackt die macOS-Binaries jetzt als.zip(entpackt der Finder per Doppelklick) und das Linux-Binary als.tar.gz; die Windows-.exebleibt roh. Fehltzip(z. B. auf Windows-Entwicklerrechnern), warnt das Skript nur — das rohe Binary liegt weiterhin indist-bin/. Der Release-Runner (Linux) hat beide Tools.release.ymlhängt nur noch Archive +.exeans Release (explizite Muster stattdist-bin/*). Netter Nebeneffekt: Auch der Artefakt-Download aus Actions behält so die Ausführungsrechte —actions/upload-artifactverwirft Unix-Rechte sonst ebenfalls.xattr-Einzeiler); derchmod +x-Schritt für Linux entfällt.Angenehmer Nebeneffekt der Kompression: Der macOS-Download schrumpft von 71,5 MB auf 29 MB, der Linux-Download von 102 MB auf 40 MB.
Getestet
node scripts/package-binaries.mjs macos-arm64und… linux— Archive entstehen, beide zeigen innen-rwxr-xr-x;npm testgrün.chmoddirekt, Server antwortet mit HTTP 200 (Frontend +/api/settings). Gegenprobe: Das tar.gz vom Release enthält das Linux-Binary ebenfalls mit-rwxr-xr-x.Die CI baut
npm run packagenicht — falls gewünscht, ergänze ich gern einen kleinen Package-Smoke-Job in einem Folge-PR.🤖 Generated with Claude Code
https://claude.ai/code/session_01BURVtuC2bz2sUeuECVi6Wt