Balatro-Multiplayer / Balatro-Multiplayer/BalatroMultiplayerAPI
Closed Beta v3 zip shipped with the dev/ directory included
- Vorherrschende Sprache
- Lua
- Sterne
- 7
- Forks
- 3
- Ø Merge
- 4 Std. 42 Min.
- Gemergte PRs (30 T.)
- 4
Beschreibung
**Status: needs triage** (build process)
## Observation
The MultiplayerClosedBeta-v3.zip distribution of the API mod contains `dev/init.lua` (and its contents differ from the repo's version). The repo's release CI (`.github/workflows/strip-dev.yml`) strips `dev/` from release builds, so the beta zip appears to have been built from a working tree through a path that bypasses that step.
## Impact
Low today — `dev/init.lua` only enables env-var-driven dev auth, and the dev impersonation endpoint 404s against production servers. But it means beta testers are silently running dev-mode clients, and anything added to `dev/` in the future would ship to them unnoticed. Beta builds should go through the same strip step as releases (or include dev tooling deliberately as a documented decision).
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Beginne mit .github/workflows/strip-dev.yml und verfolge, wie MultiplayerClosedBeta-v3.zip erstellt wurde, wobei du nach dem Einstiegspunkt für die Beta-Paketierung suchst, der den Strip-Schritt umgangen hat. Überprüfe den Inhalt des resultierenden Archivs; abgeschlossen ist die Aufgabe, wenn Beta-Builds dev/ konsistent ausschließen oder das Repository eine absichtliche Entscheidung dokumentiert, es einzuschließen.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- github-actions, lua
- Bereich
- build-system, release
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Ruhig
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 62/100