1 Commits
Author SHA1 Message Date
EdnunpandClaude Opus 4.8 71fb065233 Add make-tester-zip.ps1 for clean portable copies to hand to testers
Local checkpoint - NOT for public release.

Produces a zip that mirrors the publish folder (every current code fix, program files,
pdb, all runtimes, sounds, readme, Tolk, install scripts) with NONE of the developer's
personal state (no profiles/config/logs/recordings). Same safety approach as
build-release.ps1: publishes into a fresh never-run folder, then scans both the staged
files AND the finished zip and aborts if any personal data is present. Not a public
release (no tag/notes/GitHub) - a private portable copy for external testers.

Runs the build-and-test gate first by default (don't ship testers a broken build);
-SkipGate to bypass, -Output to pick the path (defaults to D:\Dropbox\remsound.zip).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-13 11:27:08 +01:00